[Bug 203646] makefs: Coverity CID 977470: Writes slightly wrong El Torito Boot Record
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Oct 19 21:17:22 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203646
--- Comment #1 from scdbackup at gmx.net ---
Also present in NetBSD.
http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.sbin/makefs/cd9660/cd9660_eltorito.c?annotate=1.17.2.3
359: cd9660_bothendian_dword(first_sector,
360: diskStructure->boot_descriptor->boot_catalog_pointer);
http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.sbin/makefs/cd9660/cd9660_eltorito.h?annotate=1.5
67: u_char boot_catalog_pointer [ISODCL(0x47,0x4A)];
68: u_char unused2 [ISODCL(0x4B,0x7FF)];
69: } boot_volume_descriptor;
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list