]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
zalloc_malloc:Free hexdump preceeding buffer when we detect overflow
authorsjg <sjg@FreeBSD.org>
Sat, 29 Aug 2020 21:05:43 +0000 (21:05 +0000)
committersjg <sjg@FreeBSD.org>
Sat, 29 Aug 2020 21:05:43 +0000 (21:05 +0000)
commit114f25a1f5d85ef975a2dced7853a12e8a73f87d
treeb2e53a71fbad08b676a1f568e6f1ae263c16854e
parent1ba6953720e56ecab6fb4047b9b0f827203bbadd
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