https://bugzilla.novell.com/show_bug.cgi?id=657011 https://bugzilla.novell.com/show_bug.cgi?id=657011#c0 Summary: dosfslabel segfaults Classification: openSUSE Product: openSUSE 11.4 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: andreas.hanke@gmx-topmail.de QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0b8pre) Gecko/20101201 Firefox/4.0b8pre dosfslabel segfaults. To reproduce:
dd if=/dev/zero of=fat32.img bs=1000000 count=100 /sbin/mkdosfs -F 32 fat32.img gdb /sbin/dosfslabel (gdb) run fat32.img foo Program received signal SIGSEGV, Segmentation fault. get_fat (entry=0xbffff0f8, fat=0x0, cluster=2, fs=0xbffff1a8) at src/fat.c:64 64 unsigned long e = CF_LE_L(((unsigned int *) fat)[cluster]); (gdb) bt #0 get_fat (entry=0xbffff0f8, fat=0x0, cluster=2, fs=0xbffff1a8) at src/fat.c:64 #1 0x0804def7 in next_cluster (fs=0xbffff1a8, cluster=2) at src/fat.c:265 #2 0x0804a50c in find_volume_de (fs=0xbffff1a8, label=0xbffff4e4 "foo =/etc/lesskey.bin") at src/boot.c:465 #3 write_volume_label (fs=0xbffff1a8, label=0xbffff4e4 "foo =/etc/lesskey.bin") at src/boot.c:493 #4 write_label (fs=0xbffff1a8, label=0xbffff4e4 "foo =/etc/lesskey.bin") at src/boot.c:515 #5 0x08048f0a in main (argc=3, argv=0xbffff2b4) at src/dosfslabel.c:124
Reproducible: Always -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.