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)
Mon, Jul 28, 2:48 PM
Unknown Object (File)
Mon, Jul 28, 11:03 AM
Unknown Object (File)
Sun, Jul 27, 9:49 PM
Unknown Object (File)
Sat, Jul 12, 10:19 PM
Unknown Object (File)
Jul 2 2025, 7:50 AM
Unknown Object (File)
Jun 29 2025, 6:52 PM
Unknown Object (File)
Jun 28 2025, 11:54 AM
Unknown Object (File)
Jun 26 2025, 9:32 PM
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 Not Applicable
Unit
Tests Not Applicable

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
43 ↗(On Diff #76349)

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 ↗(On Diff #76351)

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 ↗(On Diff #76351)

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