ipfixcol2 icon indicating copy to clipboard operation
ipfixcol2 copied to clipboard

Segmentation fault when I provide invalid unirec-elements.txt

Open hynekkar opened this issue 5 years ago • 0 comments

When I provide unirec-elements.txt with duplicate element entry, the ipfixcol2 ends up with a segmentation fault error.

To replicate the error, insert one line twice into the unirec-elements.txt config, like:

...
# --- OVPN Information elements ---

OVPN_CONF_LEVEL                 uint8        cesnet:OVPNConfLevel

# --- NTP Information elements  ---
NTP_LEAP                        uint8        cesnet:NTPLeap
NTP_LEAP                        uint8        cesnet:NTPLeap
NTP_VERSION                     uint8        cesnet:NTPVersion 

...

hynekkar avatar Sep 21 '20 18:09 hynekkar