From fda389c8f0311dd5786be91a7b54b9f935fcafa1 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 14 Oct 2014 21:05:33 +0530 Subject: Fix infinite loop in check_pf (BZ #12926) The recvmsg could return 0 under some conditions and cause the make_request function to be stuck in an infinite loop. Thank you Jim King for posting Paul's patch on the list. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index accc144..987f306 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,7 @@ Version 2.21 * The following bugs are resolved with this release: - 6652, 14171, 17266, 17363, 17370, 17371, 17411, 17460. + 6652, 12926, 14171, 17266, 17363, 17370, 17371, 17411, 17460. Version 2.20 -- cgit v1.1