control: fixed -1 4.10-1~exp1
As of 4.10, the plannif_printf function in sispm_ctl.c contains the
following loop:
for (i=bufindex; i < 0x27; i += 2) {
buffer[i] = 0xFF;
buffer[i + 1] = 0x3F;
}
Therefore, it appears to me that the bug does not apply to that version.
Cheers,
-Hilko