Skip to content

Fix GH-10011 (Trampoline autoloader will get reregistered and cannot … #10033

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

Girgias
Copy link
Member

@Girgias Girgias commented Dec 2, 2022

…be unregistered)

There are two issues to resolve:

  1. The FCC is not refetch when trying to unregister a trampoline
  2. Comparing the function pointer of trampolines is meaningless as they are reallocated, thus we need to compare the name of the function

Found while working on GH-8294

…ot be unregistered)

There are two issues to resolve:
 1. The FCC is not refetch when trying to unregister a trampoline
 2. Comparing the function pointer of trampolines is meaningless as they are reallocated, thus we need to compare the name of the function

Found while working on phpGH-8294
@Girgias Girgias requested review from arnaud-lb and cmb69 December 2, 2022 01:24
@Girgias Girgias closed this in 608ddb0 Dec 2, 2022
@Girgias Girgias deleted the gh10011 branch December 2, 2022 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants