Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 21:26:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 203645] makefs: Coverity CID 976312: SIGSEGV with option -l 3
Message-ID:  <bug-203645-8-DEu6tXF1ho@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203645-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203645-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=203645

--- Comment #1 from scdbackup@gmx.net ---
Also present in NetBSD.

http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.sbin/makefs/cd9660.c?annotate=1.49

280:                OPT_NUM('l', "isolevel", isoLevel,
281:                    1, 3, "ISO Level"),

879:        if (!(S_ISDIR(node->type)))
880:                newnode->fileDataLength = node->inode->st.st_size;

1772:        else if (diskStructure->isoLevel == 2)
1773:                conversion_function = &cd9660_level2_convert_filename;
1774:        return (*conversion_function)(diskStructure, oldname, newname,
is_file);

-- 
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-203645-8-DEu6tXF1ho>