Skip to content

Commit 99f5bbe

Browse files
committed
todo note: should zero out memory before freeing it
1 parent 7f91755 commit 99f5bbe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/Session/Token.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,3 +492,5 @@ TODO
492492
493493
* Consider switching from ISAAC to ChaCha20 since this is a more
494494
commonly relied on stream cipher nowadays
495+
496+
* explicit_bzero(ctx) before free()ing it... should find portable solution

0 commit comments

Comments
 (0)