Masahiro Yamada 984ed20ece kconfig: qconf: fix buffer overflow in debug links
If you enable "Option -> Show Debug Info" and click a link, the program
terminates with the following error:

    *** buffer overflow detected ***: terminated

The buffer overflow is caused by the following line:

    strcat(data, "$");

The buffer needs one more byte to accommodate the additional character.

Fixes: c4f7398bee9c ("kconfig: qconf: make debug links work again")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2024-10-02 16:02:40 +09:00
..
2024-07-16 01:08:37 +09:00
2024-09-20 09:21:53 +09:00
2024-09-20 09:21:53 +09:00
2024-07-16 16:07:14 +09:00
2020-08-14 13:30:03 +09:00
2020-08-14 13:30:03 +09:00
2024-09-20 09:21:53 +09:00
2024-09-20 09:21:53 +09:00