aboutsummaryrefslogtreecommitdiffstats
path: root/src/note.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/note.c')
-rw-r--r--src/note.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/note.c b/src/note.c
index dd9d974..8d5d09a 100644
--- a/src/note.c
+++ b/src/note.c
@@ -187,6 +187,7 @@ void note_gc(void)
hp = mem_malloc(sizeof(struct note_gc_hash));
strncpy(hp->buf, dp->d_name, MAX_NOTESIZ + 1);
+ hp->buf[MAX_NOTESIZ] = '\0';
hp->hash = hp->buf;
HTABLE_INSERT(htp, &gc_htable, hp);