After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 772418 - HashMap and TreeMap corrupt the heap if a key is removed before an entry is destroyed
HashMap and TreeMap corrupt the heap if a key is removed before an entry is d...
Status: RESOLVED FIXED
Product: libgee
Classification: Platform
Component: general
git master
Other All
: Normal critical
: ---
Assigned To: libgee-maint
libgee-maint
Depends on:
Blocks:
 
 
Reported: 2016-10-04 17:11 UTC by Ole André Vadla Ravnås
Modified: 2016-10-12 08:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix use-after-frees caused by weak pointer issues (3.52 KB, patch)
2016-10-04 17:11 UTC, Ole André Vadla Ravnås
committed Details | Review

Description Ole André Vadla Ravnås 2016-10-04 17:11:55 UTC
Created attachment 336911 [details] [review]
Fix use-after-frees caused by weak pointer issues

Please see the test-case in the attached patch.
Comment 1 Maciej (Matthew) Piechotka 2016-10-05 16:58:37 UTC
I will take a look at the patch this weekend.
Comment 2 Maciej (Matthew) Piechotka 2016-10-12 08:43:11 UTC
Attachment 336911 [details] pushed as 707456e - Fix use-after-frees caused by weak pointer issues