Ambrose

Results 49 issues of Ambrose

## Desctiption When using the mz_zip_reader_end_internal function to handle a specific input. AddressSanitizer: heap-buffer-overflow in mz_zip_reader_end_internal /LuPng/miniz.h:5166 https://github.com/jansol/LuPng/blob/5ec546e0d16d0fb9316967949b2676227eb93736/miniz.h#L5159-L5166 ## Test Environment Ubuntu 22.04.1, 64bit LuPng(commits on Aug 28, 2021 master...

## Desctiption When using the mz_zip_get_archive_file_start_offset function to handle a specific input. Program received signal SIGILL, Illegal instruction. in mz_zip_get_archive_file_start_offset at /LuPng/miniz.h:9021 https://github.com/jansol/LuPng/blob/5ec546e0d16d0fb9316967949b2676227eb93736/miniz.h#L9017-L9021 The primary cause is that the parameter...

## Desctiption When using the mz_zip_reader_init_file_v2 function to handle a specific input. AddressSanitizer: heap-buffer-overflow in mz_zip_reader_init_file_v2 /LuPng/miniz.h:5299 https://github.com/jansol/LuPng/blob/5ec546e0d16d0fb9316967949b2676227eb93736/miniz.h#L5291-L5299 ## Test Environment Ubuntu 22.04.1, 64bit LuPng(commits on Aug 28, 2021 master...

## Desctiption When using the mz_zip_reader_end_internal function to handle a specific input. Program received signal SIGILL, Illegal instruction. in mz_zip_reader_end_internal at /LuPng/miniz.h:5179 https://github.com/jansol/LuPng/blob/5ec546e0d16d0fb9316967949b2676227eb93736/miniz.h#L5159-L5179 The primary cause is that the parameter...

## Desctiption When using the mz_inflateInit2 function to handle a specific input. Program received signal SIGILL, Illegal instruction. in mz_inflateInit2 at /LuPng/miniz.h:1722 https://github.com/jansol/LuPng/blob/5ec546e0d16d0fb9316967949b2676227eb93736/miniz.h#L1717-L1722 The primary cause is that the parameter...

## Desctiption When using the mz_inflateEnd function to handle a specific input. Program received signal SIGSEGV, Segmentation fault. in mz_inflateEnd at /LuPng/miniz.h:1902 https://github.com/jansol/LuPng/blob/5ec546e0d16d0fb9316967949b2676227eb93736/miniz.h#L1896-L1902 The primary cause is that the parameter...

## Desctiption When using the mz_deflateReset function to handle a specific input. Program received signal SIGSEGV, Segmentation fault. in mz_deflateReset at /LuPng/miniz.h:1587 https://github.com/jansol/LuPng/blob/5ec546e0d16d0fb9316967949b2676227eb93736/miniz.h#L1582-L1587 The primary cause is that the parameter...

## Desctiption When using the handleChunk function to handle a specific input. AddressSanitizer: heap-buffer-overflow in bytesEqual /LuPng/lupng.c:248 https://github.com/jansol/LuPng/blob/5ec546e0d16d0fb9316967949b2676227eb93736/lupng.c#L756-L762 https://github.com/jansol/LuPng/blob/5ec546e0d16d0fb9316967949b2676227eb93736/lupng.c#L244-L248 ## Test Environment Ubuntu 22.04.1, 64bit LuPng(commits on Aug 28, 2021...

## Desctiption When using the luPngReadFile function to handle a specific input. Program received signal SIGILL, Illegal instruction. in readChunk at /LuPng/lupng.c:745 https://github.com/jansol/LuPng/blob/5ec546e0d16d0fb9316967949b2676227eb93736/lupng.c#L831-L841 https://github.com/jansol/LuPng/blob/5ec546e0d16d0fb9316967949b2676227eb93736/lupng.c#L780-L799 https://github.com/jansol/LuPng/blob/5ec546e0d16d0fb9316967949b2676227eb93736/lupng.c#L700-L745 https://github.com/jansol/LuPng/blob/5ec546e0d16d0fb9316967949b2676227eb93736/lupng.c#L150-L155 ## Test Environment Ubuntu...

### An error occurs when I slice C++ code following the documentation flow: Declaration may not be in a Comdat! . The complete error information is as follows How can...