[SLOF] [PATCH v2 0/3] Clean-up and fix-up patches for pxelinux.cfg
Thomas Huth
thuth at redhat.com
Tue Jun 5 20:11:46 AEST 2018
One patch to introduce an assert() macro to SLOF's libc, one clean-up
patch and one fix for the pxelinux.cfg parsing code.
v2:
- Added the assert() macro
Thomas Huth (3):
libc: Add a simple implementation of an assert() function
lib/libnet/pxelinux: Make the size handling for pxelinux_load_cfg more
logical
lib/libnet/pxelinux: Fix two off-by-one bugs in the pxelinux.cfg
parser
lib/libc/include/assert.h | 37 +++++++++++++++++++++++++++++++++++++
lib/libnet/pxelinux.c | 25 ++++++++++++++-----------
2 files changed, 51 insertions(+), 11 deletions(-)
create mode 100644 lib/libc/include/assert.h
--
1.8.3.1
More information about the SLOF
mailing list