frontend: Fix buffer overrun
authorPaul Cercueil <paul@crapouillou.net>
Sun, 19 Nov 2023 11:54:22 +0000 (12:54 +0100)
committernotaz <notasas@gmail.com>
Mon, 20 Nov 2023 00:50:30 +0000 (02:50 +0200)
The format passed to sscanf() requested a 256-chars string, but that's
excluding the terminating \0 character as the 257th character.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>

No differences found