Page MenuHomeFreeBSD

zalloc_malloc:Free hexdump preceeding buffer when we detect overflow
ClosedPublic

Authored by sjg on Aug 29 2020, 7:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 2, 6:57 PM
Unknown Object (File)
Thu, May 2, 11:05 AM
Unknown Object (File)
Wed, May 1, 8:58 AM
Unknown Object (File)
Tue, Apr 30, 2:34 PM
Unknown Object (File)
Tue, Apr 30, 8:15 AM
Unknown Object (File)
Tue, Apr 30, 8:15 AM
Unknown Object (File)
Tue, Apr 30, 3:59 AM
Unknown Object (File)
Tue, Apr 30, 3:58 AM
Subscribers

Details

Summary

Move hexdump from stand/common/misc.c to stand/libsa/hexdump.c
(svn cp)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33230
Build 30572: arc lint + arc unit

Event Timeline

sjg requested review of this revision.Aug 29 2020, 7:51 PM

Added the HEXDUMP_PAGER #ifdef, since otherwise pager (which we do not need in this case) causes linking issue for boot1

stand/libsa/hexdump.c
46

This doesn't look right. Copy/paste error?

sjg marked an inline comment as done.Aug 29 2020, 8:06 PM

This looks OK to my eyes, modulo the comments about HEXDUMP_PAGER ifdef and how that gets defined... But I'm good either way with that...

stand/libsa/hexdump.c
41

where do we define this?

This revision is now accepted and ready to land.Aug 29 2020, 8:14 PM
This revision now requires review to proceed.Aug 29 2020, 8:49 PM
stand/libsa/hexdump.c
41

We don't - at least not in libsa
the only usage there dumps 512 bytes which does not need pager.

This revision is now accepted and ready to land.Aug 29 2020, 9:05 PM