aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.c
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2011-03-05 15:38:55 +0100
committerLukas Fleischer <calcurse@cryptocrack.de>2011-03-05 15:39:01 +0100
commit355687b644f274cf73b658e075bdd9947583559c (patch)
tree1e7e0c87953a524794c099076308353ff78583d9 /src/utils.c
parent9dad482ad8bcf10956f20902cc18289c927a457b (diff)
downloadcalcurse-355687b644f274cf73b658e075bdd9947583559c.tar.gz
calcurse-355687b644f274cf73b658e075bdd9947583559c.zip
Ensure key descriptions in status bar are always null-terminated.
Key descriptions are just strncpy()'ed to key[], with KEYS_KEYLEN as maximum character count. This leads to a non-null-terminated string if the source pointer actually points to a string with a length of KEYS_KEYLEN bytes. Always appending a null character fixes this. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/utils.c')
0 files changed, 0 insertions, 0 deletions