Re: [PATCH v2 1/3 hurd] xkb: Fix delete key in console

2024-10-28 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le lun. 28 oct. 2024 08:09:05 +, a ecrit: > Adding the missing NULL sentinel pointer allows > delete key to function without crashing pc_kbd driver. > --- > console-client/xkb/xkb.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conso

[PATCH v2 1/3 hurd] xkb: Fix delete key in console

2024-10-28 Thread Damien Zammit
Adding the missing NULL sentinel pointer allows delete key to function without crashing pc_kbd driver. --- console-client/xkb/xkb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console-client/xkb/xkb.c b/console-client/xkb/xkb.c index 31253f5c..8759c8bf 100644 --- a/console-