Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 21:17:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 203646] makefs: Coverity CID 977470: Writes slightly wrong El Torito Boot Record
Message-ID:  <bug-203646-8-tZcTm6aKxv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203646-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203646-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203646

--- Comment #1 from scdbackup@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203646-8-tZcTm6aKxv>