Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault when I provide invalid unirec-elements.txt #42

Open
hynekkar opened this issue Sep 21, 2020 · 0 comments · Fixed by #50
Open

Segmentation fault when I provide invalid unirec-elements.txt #42

hynekkar opened this issue Sep 21, 2020 · 0 comments · Fixed by #50

Comments

@hynekkar
Copy link
Contributor

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 

...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant