kky0h
kky0h
Hi, I found some heap overflow when I compiled 'cadinfo' with ASan(use options -fsanitize=address), ``` ==135828==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60600000d3dc at pc 0x4ebdbf bp 0x7ffe5f02d0c0 sp 0x7ffe5f02d0b8 READ of...
Hello. I found a invalid memory access in LZ5 v2.0. Please confirm. Thanks. Summary OS: ubuntu-14.04-64bit version: Lz5 2.0 POC Download: [invalid memory access](https://github.com/Kingkingyoung/fuzz_test/blob/poc/Lz5-null-pointer-dereference) test code: examples/blockStreaming_lineByLine.c,compile with ASan. details:...