[syslinux] [5.11-pre1] SYSAPPEND does not work (IPAPPEND alias works)

Gene Cumm gene.cumm at gmail.com
Sun Jun 23 20:35:44 PDT 2013


On Sun, Jun 23, 2013 at 8:24 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Sun, Jun 23, 2013 at 3:16 PM, Gerardo Exequiel Pozzi
> <vmlinuz386 at yahoo.com.ar> wrote:
>> I guess the bug is here (com32/menu/readconfig.c)
>>
>>    910          } else if (looking_at(p, "ipappend") || looking_at(p,
>> "sysappend")) {
>>    911              if (ld.label)
>>    912                  ld.ipappend = atoi(skipspace(p + 8));
>>    913              else
>>    914                  ipappend = atoi(skipspace(p + 8));
>>
>> since the length of "sysappend" (9) differs from "ipappend" (8) but
>> parsed in the same way.
>
> I think I see a good solution here.
>
> --
> -Gene

Fix and bug (requesting which of decimal versus hexadecimal is correct) sent.

--
-Gene


More information about the Syslinux mailing list