forked from pool/schily
annotate patch
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=122
This commit is contained in:
parent
78c564d20c
commit
1f6af487f1
@ -1,8 +1,13 @@
|
|||||||
For testing, you can reproduce partition with,
|
From: Adam Majer <amajer@suse.com>
|
||||||
|
Date: 2020-11-20 17:31+0000
|
||||||
|
|
||||||
# valgrind --malloc-fill=0xba --track-origins=yes /usr/bin/mkisofs -o test.iso -chrp-boot -part <some_small_directory>
|
There is some uninitialized memory. For testing, you can reproduce
|
||||||
# fdisk -l test
|
partition with
|
||||||
|
|
||||||
|
mkdir empty
|
||||||
|
valgrind --malloc-fill=0xba --track-origins=yes \
|
||||||
|
mkisofs -o test.iso -chrp-boot -part empty
|
||||||
|
hexdump -C test.iso
|
||||||
|
|
||||||
Index: cdrtools-3.02/libhfs_iso/internal.h
|
Index: cdrtools-3.02/libhfs_iso/internal.h
|
||||||
===================================================================
|
===================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user