Hello.

Bart Oldeman wrote:
> Anyhow, the following cures it for me:
> -               if (key == NULL) {
> +               if (key == NULL && symbol != KEY_ESC) {
I think this will cause a null
pointer dereference later in
k_printf() so you have to also
add a check.

-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to