server-skynet-source-3rd-je.../include
Kevin Svetlitski 90176f8a87 Fix segfault in rb *_tree_remove
Static analysis flagged this. It's possible to segfault in the
`*_tree_remove` function generated by `rb_gen`, as `nodep` may
still be `NULL` after the initial for loop. I can confirm from reviewing
the fleetwide coredump data that this was in fact being hit in
production, primarily through `tctx_tree_remove`, and much more rarely
through `gctx_tree_remove`.
2023-06-07 14:48:41 -07:00
..
jemalloc Fix segfault in rb *_tree_remove 2023-06-07 14:48:41 -07:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00