[Midnightbsd-cvs] [MidnightBSD/src] fb7977: udf: Validate the full file entry length
Lucas Holt
noreply at github.com
Wed Sep 23 11:04:30 EDT 2020
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: fb7977502f94d84d63bbbe7f75a79139d2791a40
https://github.com/MidnightBSD/src/commit/fb7977502f94d84d63bbbe7f75a79139d2791a40
Author: Lucas Holt <luke at foolishgames.com>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M UPDATING
M sys/fs/udf/udf_vfsops.c
M sys/sys/param.h
Log Message:
-----------
udf: Validate the full file entry length
Otherwise a corrupted file entry containing invalid extended attribute
lengths or allocation descriptor lengths can trigger an overflow when
the file entry is loaded.
Commit: 44bdf2838ad691c9a4f060147297cd934631a178
https://github.com/MidnightBSD/src/commit/44bdf2838ad691c9a4f060147297cd934631a178
Author: Lucas Holt <luke at foolishgames.com>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M UPDATING
R lib/librt/Version.map
M sbin/dmesg/dmesg.c
M sys/conf/files
M sys/dev/usb/quirk/usb_quirk.c
M sys/dev/usb/usbdevs
M sys/modules/netgraph/bluetooth/ubt/Makefile
M sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
A sys/netgraph/bluetooth/drivers/ubt/ng_ubt_intel.c
M sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h
M targets/pseudo/userland/Makefile.depend
M tools/build/mk/OptionalObsoleteFiles.inc
M usr.sbin/bluetooth/Makefile
A usr.sbin/bluetooth/iwmbtfw/Makefile
A usr.sbin/bluetooth/iwmbtfw/iwmbt_dbg.h
A usr.sbin/bluetooth/iwmbtfw/iwmbt_fw.c
A usr.sbin/bluetooth/iwmbtfw/iwmbt_fw.h
A usr.sbin/bluetooth/iwmbtfw/iwmbt_hw.c
A usr.sbin/bluetooth/iwmbtfw/iwmbt_hw.h
A usr.sbin/bluetooth/iwmbtfw/iwmbtfw.8
A usr.sbin/bluetooth/iwmbtfw/iwmbtfw.conf
A usr.sbin/bluetooth/iwmbtfw/main.c
M usr.sbin/kldxref/Makefile
M usr.sbin/kldxref/ef.c
M usr.sbin/kldxref/ef.h
M usr.sbin/kldxref/ef_amd64.c
M usr.sbin/kldxref/ef_i386.c
M usr.sbin/kldxref/ef_nop.c
M usr.sbin/kldxref/ef_obj.c
M usr.sbin/kldxref/ef_powerpc.c
R usr.sbin/kldxref/ef_sparc64.c
M usr.sbin/kldxref/fileformat
M usr.sbin/kldxref/kldxref.8
M usr.sbin/kldxref/kldxref.c
Log Message:
-----------
Merge branch 'master' of github.com:MidnightBSD/src
Compare: https://github.com/MidnightBSD/src/compare/8d10ab67465e...44bdf2838ad6
More information about the Midnightbsd-cvs
mailing list