diff options
author | zinovik <zinovik@cvs.openbsd.org> | 2010-07-05 18:54:34 +0000 |
---|---|---|
committer | zinovik <zinovik@cvs.openbsd.org> | 2010-07-05 18:54:34 +0000 |
commit | af23a97690e5aebe4091f192bdc0d1222d23bc80 (patch) | |
tree | 06236d08b8d64d48e3a4dd77ea58432266b1d763 /distrib/special/sha256 | |
parent | b09b28603f6d8eab8e34049474e1d64e4bb35fc6 (diff) |
original `for' loop has bug `use after free'. At first iteration we are
checking h != NULL, then we free(h) and then we do `h = h->next', but `h' is
not valid anymore.
ok @krw
Diffstat (limited to 'distrib/special/sha256')
0 files changed, 0 insertions, 0 deletions