Skip to content

Conversation

@leirocks
Copy link
Contributor

  1. in between removing entry from SList and doing the unregistering, another thread might got the code address and doing registering. the fix is to make sure unregistering function table always happen before freeing the code address.
  2. remove the code for x86

1. in between removing entry from SList and doing the unregistering, another thread might got the code address and doing registering. the fix is to make sure unregistering function table always happen before freeing the code address.
2. remove the code for x86
Copy link
Contributor

@curtisman curtisman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@chakrabot chakrabot merged commit 274a06b into chakra-core:release/1.8 Jan 30, 2018
chakrabot pushed a commit that referenced this pull request Jan 30, 2018
Merge pull request #4619 from leirocks:xdata1

1. in between removing entry from SList and doing the unregistering, another thread might got the code address and doing registering. the fix is to make sure unregistering function table always happen before freeing the code address.
2. remove the code for x86
chakrabot pushed a commit that referenced this pull request Jan 30, 2018
Merge pull request #4619 from leirocks:xdata1

1. in between removing entry from SList and doing the unregistering, another thread might got the code address and doing registering. the fix is to make sure unregistering function table always happen before freeing the code address.
2. remove the code for x86
chakrabot pushed a commit that referenced this pull request Jan 30, 2018
…g function table

Merge pull request #4619 from leirocks:xdata1

1. in between removing entry from SList and doing the unregistering, another thread might got the code address and doing registering. the fix is to make sure unregistering function table always happen before freeing the code address.
2. remove the code for x86
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.

3 participants