CESNET / ipfixcol

IPFIXcol is an implementation of an IPFIX (RFC 7011) collector
Other
64 stars 37 forks source link

Fix SEGFAULT in NFv9 options template conversion code #176

Closed ghost closed 8 years ago

ghost commented 8 years ago

The problem was in de while-condition that loops over the various template records. Since template_row was only increased just after the condition was evaluated, the condition was actually flawed and resulted in memory errors (and SEGFAULT).