dwg_decode_eed in decode.c in GNU LibreDWG before 0.6 leads to a double free (in dwg_free_eed in free.c) because it does not properly manage the obj->eed value after a free occurs.
The product calls free() twice on the same memory address.
Link | Tags |
---|---|
https://savannah.gnu.org/forum/forum.php?forum_id=9211 | patch release notes |
https://github.com/LibreDWG/libredwg/issues/33 | issue tracking third party advisory |