opnsense-src/usr.sbin/makefs
Alex Richardson b43fd50269 usr.sbin/makefs: fix use-after-free in read_mtree_keywords()
The st variable is used as a shortcut for &node->inode->st, but in one
branch just before the exit we update node->inode without changing st.

Reported by:	AddressSanitizer
Reviewed By:	emaste

(cherry picked from commit 12ad8bdb34)
2021-02-17 09:56:44 +00:00
..
cd9660 Fix -Wpointer-sign warnings in makefs and mkimg 2021-01-07 09:26:21 +00:00
ffs Fix -Wpointer-sign warnings in makefs and mkimg 2021-01-07 09:26:21 +00:00
msdos
tests
cd9660.c
cd9660.h Fix -Wpointer-sign warnings in makefs and mkimg 2021-01-07 09:26:21 +00:00
ffs.c
ffs.h
Makefile
Makefile.depend
makefs.8 makefs: connect cd9660 El Torito EFI boot image system type 2020-09-17 19:41:10 +00:00
makefs.c
makefs.h Fix -Wpointer-sign warnings in makefs and mkimg 2021-01-07 09:26:21 +00:00
msdos.c
msdos.h
mtree.c usr.sbin/makefs: fix use-after-free in read_mtree_keywords() 2021-02-17 09:56:44 +00:00
walk.c