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