Re: [bug #44239] Behavior of syslinux_parse differs from SYSLINUX for initrd= option

2015-02-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 13.02.2015 21:32, Lunar wrote: > Andrei Borzenkov: >> Follow-up Comment #1, bug #44239 (project grub): >> >> Can't comment about behavior itself. Re. patch >> >> +cmdline = grub_strdup(curentry->append); >> Error check missing. >> >> +grub_free(cmdline); >> You need to delete free(cmdlin

Re: [bug #44239] Behavior of syslinux_parse differs from SYSLINUX for initrd= option

2015-02-13 Thread Lunar
Andrei Borzenkov: > Follow-up Comment #1, bug #44239 (project grub): > > Can't comment about behavior itself. Re. patch > > + cmdline = grub_strdup(curentry->append); > Error check missing. > > + grub_free(cmdline); > You need to delete free(cmdline) later. Both fixed. > Again, can you