1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-02 08:09:27 +01:00

Fix script cache bug found by Brian Sumner: unw_flush_cache() would

(eventually) clear the IP values of all scripts, but failed to
update the hash/collision-chain info, which could result in
loops in the collision-chains.  Fixed by flushing the cache under
the global lock and since things are locked now, we can update the
collision-chain etc. without fear of races.  Added test-flush-cache
to test for this error-condition.



BKrev: 3f6aa88cQRr-NcDXg_8mM3dN2esAQQ
This commit is contained in:
mostang.com!davidm 2003-09-19 06:56:12 +00:00
parent b3c1bf3f75
commit e323f3fae2

Diff content is not available