aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2018-05-21 20:43:39 +0000
committerRobin Krahl <robin.krahl@ireas.org>2018-05-21 22:44:08 +0200
commit638cd39cdf5e47367aa1c786ba1c4763bb82b54b (patch)
tree640118ba55fcc1f64598ec676be3f374002e8fbc /TODO.md
parentb7a10089de64c3c231b109807081b9a274e5cec4 (diff)
downloadnitrokey-rs-638cd39cdf5e47367aa1c786ba1c4763bb82b54b.tar.gz
nitrokey-rs-638cd39cdf5e47367aa1c786ba1c4763bb82b54b.tar.bz2
Re-add segmentation fault issues to todo list
I removed the segfault note in the todo list when moving to libnitrokey v3.3. Yet the commit fixing this issue -- 7a8550d -- is not part of that version.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 57ccf10..132086c 100644
--- a/TODO.md
+++ b/TODO.md
@@ -45,3 +45,5 @@
- Improve log level documentation.
- Clear passwords from memory.
- Find a nicer syntax for the `write_config` test.
+- Fix segmentation faults when freeing string literals with old Nitrokey
+ versions (fixed in libnitrokey commit 7a8550d).