Actions
Bug #7447
closedNULL dereference in ThreadLogFileHashFreeFunc in bug-5198 SV test
Affected Versions:
Effort:
Difficulty:
Label:
Description
bug-5198 catena$ more output/stderr
Error: logopenfile: Error opening file: "/Users/catena/catena/prod/suricata-verify/tests/bug-5198/output/noperms/eve.1.json": Permission denied [SCLogOpenFileFp:util-logopenfile.c:425]
Error: logopenfile: Unable to open slot 1 for file /Users/catena/catena/prod/suricata-verify/tests/bug-5198/output/noperms/eve.json [LogFileEnsureExists:util-logopenfile.c:732]
AddressSanitizer:DEADLYSIGNAL
=================================================================
==3267==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000078 (pc 0x0001026abc0d bp 0x7ff7bdc8d630 sp 0x7ff7bdc8d610 T0)
==3267==The signal is caused by a READ memory access.
==3267==Hint: address points to the zero page.
#0 0x1026abc0d in ThreadLogFileHashFreeFunc util-logopenfile.c:352
#1 0x1026a052b in HashTableRemove util-hash.c:152
#2 0x1026aec12 in LogFileEnsureExists util-logopenfile.c:733
#3 0x1025beea4 in OutputStatsLogInitSub output-json-stats.c:486
#4 0x1025df085 in RunModeInitializeOutputs runmodes.c:827
#5 0x102662d93 in SuricataInit suricata.c:2956
#6 0x102272190 in main main.c:54
Jeff, assigning you as you seems to co have worked on the previous issues
Actions