summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2010-06-26 12:38:27 +0200
committerGuillem Jover <guillem@debian.org>2010-06-27 11:12:38 +0200
commitc69901cdda6500450f026d02b439b941e7cb147a (patch)
treeaf3ad87d611bf8540f5b12dc2b7bc09a55572bad /TODO
parentc838e48663200b40ad13eec3ac5a40d3b12bff2c (diff)
downloaddpkg-c69901cdda6500450f026d02b439b941e7cb147a.tar.gz
Remove 'vsnprintf return value check' item from TODO after code review
The few places where the vsnprintf callers are not checking the return value, are about to ohshit anyway so there's no real damage by not doing the check, the rest are harmless.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index ffaa0134e..1957b8b02 100644
--- a/TODO
+++ b/TODO
@@ -35,8 +35,6 @@ TODO
- Cleanup status chars -> strings hardcoded mappings all over the place.
(Fix tied field enum with its dselect description (pkgdisplay.cc))
- Refactor src/processarc.c.
- - Make sure all vsnprintf callers are checking the return value, as the
- system version will not ohsite on us.
- Fix naming consistency of next/prev members.
- Split dpkg.h into independent headers.
- Do more unused header include removal.