[Bug 203645] makefs: Coverity CID 976312: SIGSEGV with option -l 3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 19 21:26:54 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203645

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


More information about the freebsd-bugs mailing list