]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
zalloc_malloc:Free hexdump preceeding buffer when we detect overflow
authorSimon J. Gerraty <sjg@FreeBSD.org>
Sat, 29 Aug 2020 21:05:43 +0000 (21:05 +0000)
committerSimon J. Gerraty <sjg@FreeBSD.org>
Sat, 29 Aug 2020 21:05:43 +0000 (21:05 +0000)
commited19b7c5259d293e42ca4fc7c9eaa29cfcdcfbf3
treeb2e53a71fbad08b676a1f568e6f1ae263c16854e
parent5d4bf0578f0c665f2f28f8ca0970a3368fad6e7b
zalloc_malloc:Free hexdump preceeding buffer when we detect overflow

Move hexdump from stand/common/misc.c to stand/libsa/hexdump.c
(svn cp)
Disable use of pager - causes linking issue for boot1
can be re-enabled by defining HEXDUMP_PAGER.

Reviewed by: stevek, imp
MFC after: 1 week
Sponsored by: Juniper Networks
Differential Revision: https://reviews.freebsd.org/D26235
stand/common/bootstrap.h
stand/common/misc.c
stand/libsa/Makefile
stand/libsa/hexdump.c [new file with mode: 0644]
stand/libsa/pkgfs.c
stand/libsa/stand.h
stand/libsa/zalloc_malloc.c