aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2012-07-31 03:49:21 -0700
committerJacob Appelbaum <jacob@appelbaum.net>2012-07-31 03:49:21 -0700
commit188ad9cb70c92a1e97a46a879cf49003ad249385 (patch)
tree7045a8b3eecd26b53788c743ba22533eb4225d0d /TODO
parentb031cd28c594ecab93971233fd6e0d26da274d11 (diff)
downloadtlsdate-188ad9cb70c92a1e97a46a879cf49003ad249385.tar.gz
fix branch on uninitialised value; valgrind clean!
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index 1c8db7d..7e61530 100644
--- a/TODO
+++ b/TODO
@@ -32,10 +32,5 @@ Here is a nice list of things to do to improve tlsdate:
public keys
30) Check CN and/or SAN field to match against wild card certs
31) Fetch HTTP over TLS to parse date field and confirm sync with the tls date
-32) Address the following valgrind issues:
-
- ==11976== Conditional jump or move depends on uninitialised value(s)
- ==11976== at 0x10A952: main (tlsdate-helper.c:597)
- ==11976==
Patches welcome!