[PATCH v3 0/2] some syslinux parser updates

Samuel Mendoza-Jonas sam at mendozajonas.com
Thu Apr 19 11:12:14 AEST 2018


On Thu, 2018-04-19 at 07:55 +1000, Brett Grandbois wrote:
> 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

Thanks! Merged as 281b139

> 
> 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(-)
> 



More information about the Petitboot mailing list