Project

General

Profile

Actions

Bug #7397

closed

list-keywords command line option is crashing

Added by Eric Leblond 16 days ago. Updated 10 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Affected Versions:
Effort:
low
Difficulty:
Label:
Beginner

Description

When using Suricata master to list the keywords available, it is crashing.

Program received signal SIGSEGV, Segmentation fault.
0x00005555558510e1 in DetectSidRegister () at detect-sid.c:42
42        sigmatch_table[DETECT_SID].name = "sid";
(gdb) bt
#0  0x00005555558510e1 in DetectSidRegister () at detect-sid.c:42
#1  0x00005555557aa009 in SigTableSetup () at detect-engine-register.c:456
#2  0x00005555556cf95a in ListKeywords (keyword_info=0x0) at util-running-modes.c:39
#3  0x000055555569be41 in main (argc=2, argv=0x7fffffffddf8) at main.c:40
(gdb) display sigmatch_table 
1: sigmatch_table = (SigTableElmt *) 0x0
(gdb) quit
Actions #1

Updated by Victor Julien 15 days ago

As part of a fix, lets make sure to get a CI check in as well.

Actions #2

Updated by Eric Leblond 10 days ago

  • Status changed from In Review to Closed
Actions

Also available in: Atom PDF