Project

General

Profile

Actions

Bug #1108

closed

suricata.yaml config parameter - segfault

Added by Peter Manev about 10 years ago. Updated about 10 years ago.

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

Description

Further testing the config overriding I stumbled upon a peculiarity.When I start Suri like so:

suricata -c /etc/suricata/suricata.yaml  -i eth0 -v -S empty.rules --set stream.reassembly.memcap=128mb

it works as expected and there is no problem - it overrides the stream reassembly memcap to 128MB.

However if I do this instead:

suricata -c /etc/suricata/suricata.yaml  -i eth0 -v -S empty.rules --set stream.reassembly.memcap=128

Notice the "mb" missing at the end, I get a core dump(attached file has more info).

It can be reproduced with - 2.0dev (rev f791d0f)


Files

BUGS.txt (13 KB) BUGS.txt Peter Manev, 02/11/2014 01:51 PM
Actions #1

Updated by Jason Ish about 10 years ago

Note that it also segfaults if you use "128" in the configuration file instead of "128mb", so I don't think this is a result of the set command line parameter.

Actions #2

Updated by Peter Manev about 10 years ago

  • Subject changed from Override config parameter - segfault to suricata.yaml config parameter - segfault

Subject edited.

Actions #3

Updated by Victor Julien about 10 years ago

  • Status changed from New to Closed
  • Assignee set to Victor Julien
  • Target version set to 2.0rc2
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF