[PATCH v3 0/2] some syslinux parser updates

Brett Grandbois brett.grandbois at opengear.com
Thu Apr 19 07:55:13 AEST 2018


Fix a memory lead and duplicate entry issue where the discovered option list
wasn't being cleared for each configuration file.

Filter configuration file paths so that case-insensitive filesystems (vfat)
don't get duplicate boot options.

Changes for v3:
  * revert the list_for_each_entry_safe() to list_for_each_entry() where _safe
    wasn't called for

Brett Grandbois (2):
  discover/syslinux-parser: clean up boot option list entries
  discover/syslinux-parser: filter out duplicate conf files

 discover/syslinux-parser.c | 44 +++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 43 insertions(+), 1 deletion(-)

-- 
2.7.4



More information about the Petitboot mailing list