[syslinux] "keeppxe" broken in 3.74 - short-cycle 3.75

Gilles Espinasse g.esp at free.fr
Wed Apr 15 06:17:39 PDT 2009


The double ! in the patch look suspicious to me
-      m->allowedit = atoi(skipspace(p+12));
+      m->allowedit = !!atoi(skipspace(p+12));

Unrelated, I look at extlinux/main.c on git tree
On HEAD, 'const char *program;' is duplicated (line 59 and 184) and line 184
should be removed.

Gilles




More information about the Syslinux mailing list