server-skynet-source-3rd-je.../include
Kevin Svetlitski 210f0d0b2b Fix read of uninitialized data in prof_free
In #2433, I inadvertently introduced a regression which causes the use of
uninitialized data. Namely, the control path I added for the safety
check in `arena_prof_info_get` neglected to set `prof_info->alloc_tctx`
when the check fails, resulting in `prof_info.alloc_tctx` being
uninitialized [when it is read at the end of
`prof_free`](90176f8a87/include/jemalloc/internal/prof_inlines.h (L272)).
2023-06-15 18:30:05 -07:00
..
jemalloc Fix read of uninitialized data in prof_free 2023-06-15 18:30:05 -07:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00