Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
1
-
StorEng - Defined Pipeline
Description
Double free
Depending on the implementation of the deallocator function, the memory may by placed on the free list more than once. Memory is deallocated more than once
/ext/storage_sources/dir_store/dir_store.c:431: USE_AFTER_FREE 125363 "free" frees "path".
/ext/storage_sources/dir_store/dir_store.c:446: USE_AFTER_FREE 125363 Calling "free" frees pointer "path" which has already been freed.