MITRECND / bro-http2

Plugin for Zeek/Bro which provides http2 decoder/analyzer
Other
30 stars 22 forks source link

Fix uninitialized value use in HTTP2_Settings_Frame methods #11

Closed jsiwek closed 3 years ago

jsiwek commented 3 years ago

After observing some nondeterministic behavior and running through Valgrind, I found what looks to be simple typos leading to uninitialized value usages.

Mraoul commented 3 years ago

Huh, I don't remember seeing any compilation warnings wrt something like type casting or coercion. Good catch.