diff options
author | Sverker Eriksson <[email protected]> | 2018-05-18 17:59:03 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-05-18 17:59:03 +0200 |
commit | 9338ea3f9d3f7db949001a461456e8ce0339a1b5 (patch) | |
tree | 242c5b90e1019eafbc161aefa828f7639a13b459 /erts/etc/common | |
parent | e3bc55fb1e768cd30140a769507b50bddf3cb6ca (diff) | |
download | otp-9338ea3f9d3f7db949001a461456e8ce0339a1b5.tar.gz otp-9338ea3f9d3f7db949001a461456e8ce0339a1b5.tar.bz2 otp-9338ea3f9d3f7db949001a461456e8ce0339a1b5.zip |
erts: Fix narrow race between ets:new and ets:delete
of same named table.
If other process does ets:delete
before ets:new has completely finished and done save_owned_table
then ets:delete might do delete_owned_table and deref wild pointers
in tb->common.owned.
Diffstat (limited to 'erts/etc/common')
0 files changed, 0 insertions, 0 deletions