diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-06 12:12:13 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-06 12:12:13 -0500 |
commit | 065097b81bad3326a9bd536fbdf646f408638a94 (patch) | |
tree | f4601fb374fa2750f68268e6481b3337bea3d38f /changes | |
parent | a50690e68f8a332321e88f0ac8c3046186bc1c1f (diff) | |
download | tor-065097b81bad3326a9bd536fbdf646f408638a94.tar.gz tor-065097b81bad3326a9bd536fbdf646f408638a94.zip |
tinytest tt_{mem,str}_op now handle NULLs better
Now a NULL argument to either makes it fail, not crash.
Fies bug 9004; bugfix on 0.2.2.4-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug9004 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug9004 b/changes/bug9004 new file mode 100644 index 0000000000..5bab7ea0b4 --- /dev/null +++ b/changes/bug9004 @@ -0,0 +1,6 @@ + o Minor bugfixes (testing): + - Improve the tinytest implementation of string operation tests + so that comparisons NULL strings no longer crash the tests; + they now just fail, normally. Fixes bug 9004; bugfix on + 0.2.2.4-alpha. + |