summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authordominique.leuenberger@gmail.com <dominique.leuenberger@gmail.com@c587cffe-e639-0410-9787-d7902ae8ed56>2013-08-27 18:05:32 +0000
committerdominique.leuenberger@gmail.com <dominique.leuenberger@gmail.com@c587cffe-e639-0410-9787-d7902ae8ed56>2013-08-27 18:05:32 +0000
commitf3e4cfe21e3dffbf416ecb21d7ddd353b026542b (patch)
treecbc05c4213162b9043d6de40cf838645cb218d5d /NEWS
parenta59476b9d5bc67d22f9390ec0209dc93c5f8095d (diff)
downloadlibproxy-f3e4cfe21e3dffbf416ecb21d7ddd353b026542b.tar.gz
Fix test #10
Fix the way we detect if get_pac correctly aborted on our server trying to send a > 102400 byte long stream (which we do to avoid malicious pac files/wpad server to buffer overflow us). Replace assert calls with proper error handling, which avoids the server from hanging (the write command to send the quit was wrapped in assert()). When not building for a Debug release with CMAKE, the -DNDEBUG is being specified, which in turn disables the assert macro. Fixes bug 189. git-svn-id: http://libproxy.googlecode.com/svn/trunk@878 c587cffe-e639-0410-9787-d7902ae8ed56
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6d19d3c..ec416da 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ New in version <NEXT>
* Fix linking of perl bindings to pthread (Bug #182)
* Correctly detect spidermonky (mozjs185) (Bug #188)
* Stop pxgsettings from segfaulting on exit (Bug #192)
+* Fix test #10 (Bug 189)
New in version 0.4.11
==============================