diff options
| author | Masahiro Yamada <[email protected]> | 2024-10-01 09:02:22 +0000 |
|---|---|---|
| committer | Masahiro Yamada <[email protected]> | 2024-10-02 07:02:40 +0000 |
| commit | 984ed20ece1c6c20789ece040cbff3eb1a388fa9 (patch) | |
| tree | dcf96558e01c8e9d45efce307beba21d195fe606 /rust/helpers | |
| parent | kconfig: qconf: move conf_read() before drawing tree pain (diff) | |
| download | kernel-984ed20ece1c6c20789ece040cbff3eb1a388fa9.tar.gz kernel-984ed20ece1c6c20789ece040cbff3eb1a388fa9.zip | |
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 <[email protected]>
Diffstat (limited to 'rust/helpers')
0 files changed, 0 insertions, 0 deletions
