diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2018-05-21 20:43:39 +0000 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2018-05-21 22:44:08 +0200 |
commit | 638cd39cdf5e47367aa1c786ba1c4763bb82b54b (patch) | |
tree | 640118ba55fcc1f64598ec676be3f374002e8fbc | |
parent | b7a10089de64c3c231b109807081b9a274e5cec4 (diff) | |
download | nitrokey-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.
-rw-r--r-- | TODO.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |