aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorLars Henriksen <LarsHenriksen@get2net.dk>2017-08-11 10:24:53 +0200
committerLukas Fleischer <lfleischer@calcurse.org>2017-08-12 15:40:02 +0200
commitb36dd2e614f51d7061b8dabd0bb139833ef7bed4 (patch)
treec5360c0cdc25cf92f0f2026edc42ac72aa126387 /contrib
parent53db74ab343b5fc4c5e655b47e3886d58227ce07 (diff)
downloadcalcurse-b36dd2e614f51d7061b8dabd0bb139833ef7bed4.tar.gz
calcurse-b36dd2e614f51d7061b8dabd0bb139833ef7bed4.zip
Fix empty warning box when key is already in use
When adding a key already in use for another action, a warning box is displayed. The text length is limited by the window width through the use of strncpy(). If the limit is exceeded, the string will have no null termination, resulting in unpredictable behaviour. A similar problem in fatalbox() is fixed as well. Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions