frontend: Fix buffer overrun
authorPaul Cercueil <paul@crapouillou.net>
Sun, 19 Nov 2023 11:54:22 +0000 (12:54 +0100)
committerPaul Cercueil <paul@crapouillou.net>
Sun, 19 Nov 2023 22:34:18 +0000 (23:34 +0100)
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