summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-06 12:12:13 -0500
committerNick Mathewson <nickm@torproject.org>2014-03-06 12:12:13 -0500
commit065097b81bad3326a9bd536fbdf646f408638a94 (patch)
treef4601fb374fa2750f68268e6481b3337bea3d38f /changes
parenta50690e68f8a332321e88f0ac8c3046186bc1c1f (diff)
downloadtor-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/bug90046
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.
+