Cvjark

Results 39 issues of Cvjark

### crash sample [id17_heap-use-after-free_in_ItemInfoEntry.zip](https://github.com/monostream/tifig/files/9120846/id17_heap-use-after-free_in_ItemInfoEntry.zip) ### command to reproduce `./tifig -v -p [crash sample] /dev/null` ### crash detail ``` ==53276==ERROR: AddressSanitizer: heap-use-after-free on address 0x60c000000ac0 at pc 0x0000006a7b1c bp 0x7fff8406b050 sp...

### crash sample [id15_SEGV_in_getType.zip](https://github.com/monostream/tifig/files/9120821/id15_SEGV_in_getType.zip) ### command to reproduce `./tifig -v -p [crash sample] /dev/null` ### crash detail ``` AddressSanitizer:DEADLYSIGNAL ================================================================= ==53234==ERROR: AddressSanitizer: SEGV on unknown address 0x00000000000c (pc 0x000000676063 bp...

Hi, by testing this repo, i found something unusual. ### crash sample [id0_heap_buffer_overflow_in __asan_memmove.zip](https://github.com/monostream/tifig/files/9120807/id0_heap_buffer_overflow_in.__asan_memmove.zip) ### command to reproduce `./tifig -p -v [sample file] /dev/null` ### crash detail ``` ==29736==ERROR: AddressSanitizer:...

hi, with the help of fuzzing ,I found some crash sample in this repo, here is the sample, are they new bugs? crash position jpegoptim.c:631:3 crash sample: crash1_SEGV_caused_by_READ_memory_access_at_jpegoptim.c:631:3 sample here:...

hi, I just want to test this repo so i attach ASAN during the compile phase. When i run `./vorbis_test` the ASAN detected memory leaks, is it a bug ?...

sample here: [heap-bufferoverflow-pos-)%at pdfalto.zip](https://github.com/kermitt2/pdfalto/files/8811939/heap-bufferoverflow-pos-.at.pdfalto.zip) Describe info: ``` $ ./pdfalto heap-bufferoverflow-pos-\>at\ pdfalto.cc\:190\:5 ==43072==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x6040000000f1 at pc 0x00000043f92b bp 0x7fff65e8f0f0 sp 0x7fff65e8e8a0 WRITE of size 33 at 0x6040000000f1...

hi, i found something interesting in this repo. ### crash sample [detected memory leaks.zip](https://github.com/Lymphatus/caesium-clt/files/9017335/detected.memory.leaks.zip) ### command to reproduce `./caesiumclt -q 80 -e -S -o /dev/null crash_sample` ### crash info ```...

bug

## heap-buffer-overflow ### command to reproduce ./emf2svg-conv -i [sample file] -o /dev/null ### sample file [id0_heap-buffer-overflow.zip](https://github.com/kakwa/libemf2svg/files/9032342/id0_heap-buffer-overflow.zip) ### crash info ``` ==55463==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x62a00000d200 at pc 0x7ff23d09954d bp...

### sample file [id8_memory_leak.zip](https://github.com/rockcarry/ffjpeg/files/9053199/id8_memory_leak.zip) ### command to reproduce `./ffjpeg -d [sample file]` ### execute info ``` usrc overflow ================================================================= ==16225==ERROR: LeakSanitizer: detected memory leaks Direct leak of 256 byte(s) in...

hi, with the help of fuzzing ,I found some crash sample in this repo. crash sample will be offered, and to reproduce the crash info please use command `./linux/jpegdec crash_sample`...