Displaying 2 results from an estimated 2 matches for "swd_best_off".
2015 Jul 11
0
EXTLINUX - GCC 5
...rc/util/nrv2b.c: ENCODE...
[gpxe/src/util/nrv2b.c:634]: (error) Array 's.best_pos[1]' accessed at index 2, which is out of bounds.
[gpxe/src/util/nrv2b.c:635]: (error) Array 's.best_pos[1]' accessed at index 2, which is out of bounds.
Clearly a hardcoded wrong index.
#define SWD_BEST_OFF 1
...
struct ucl_swd
{
...
#if defined(SWD_BEST_OFF)
unsigned int best_pos[ SWD_BEST_OFF ];
#endif
...
};
...
#if defined(SWD_BEST_OFF)
if (s->best_pos[2] == 0)
s->best_pos[2] = key + 1;
#endif
Shall the index be [SWD_BEST_OFF - 1]...
2015 Jul 11
3
EXTLINUX - GCC 5
> On Jul 10, 2015 5:29 PM, "poma via Syslinux" <syslinux at zytor.com> wrote:
>
> > The same as with the ISOLINUX, stable and git.
> > Only this time has nothing to do with the menu.
>
> 1) EXTLINUX is no longer a discrete variant. The installer extlinux now
> installs SYSLINUX.
> 2) William Kensington already saw a similar behavior wherein an