summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-01-05 19:13:47 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-01-05 19:13:47 +0100
commit76cac881ede3d01086aba161779957fc14db1282 (patch)
treeba21022283299dc7f33864ee7f8f1b66c45d041e
parent6d165ea18edb0f4ec3e7641a4ed8e79e1f0814aa (diff)
update TODO
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index eea0a02..95467b4 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,9 @@
+[ ] check truncation (strlcpy, snprintf etc), especially for paths.
[x] fix timezone in slashdot.xml
[x] string_append: make sure some fields can only be set once (first field counts?).
[ ] test new parsetime and gettimetz code.
[ ] grep -H -n *.c 'TODO:'
[ ] sfeed.c: document ctx.iscontent and ctx.iscontenttag.
-[ ] use openbsd sys/queue.h for util.c linked-list and sfeed_frames.c
[ ] rewrite xml.{c,h}
[ ] xml: check read errors:
ferror, return code of fread, fwrite, fclose...