Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a Use-of-uninitialized-value error
``` ==13304==WARNING: MemorySanitizer: use-of-uninitialized-value #0 0x593eea633f22 in dissect_l2 ndpi/src/lib/third_party/src/fuzz/pl7m.c:306:4 #1 0x593eea63289a in dissect_do ndpi/src/lib/third_party/src/fuzz/pl7m.c:711:7 #2 0x593eea63289a in __deserialize_from_fd ndpi/src/lib/third_party/src/fuzz/pl7m.c:1211:8 #3 0x593eea6301a7 in __deserialize ndpi/src/lib/third_party/src/fuzz/pl7m.c:1241:9 ``` Found by oss-fuzz (via nDPI)
- Loading branch information