mbox series

[v2,0/3] Clean-up and fix-up patches for pxelinux.cfg

Message ID 1528193509-7063-1-git-send-email-thuth@redhat.com
Headers show
Series Clean-up and fix-up patches for pxelinux.cfg | expand

Message

Thomas Huth June 5, 2018, 10:11 a.m. UTC
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