diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-10-14 21:05:33 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-10-14 21:05:33 +0530 |
commit | fda389c8f0311dd5786be91a7b54b9f935fcafa1 (patch) | |
tree | ed86d5f6c8477676fd64feb3b1bab447b8273ee0 /NEWS | |
parent | fcb32af153a745414b0d949e707c9485ab77d6ba (diff) | |
download | glibc-fda389c8f0311dd5786be91a7b54b9f935fcafa1.tar glibc-fda389c8f0311dd5786be91a7b54b9f935fcafa1.tar.gz glibc-fda389c8f0311dd5786be91a7b54b9f935fcafa1.tar.bz2 glibc-fda389c8f0311dd5786be91a7b54b9f935fcafa1.zip |
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 <jim.king@simplivity.com> for posting Paul's patch
on the list.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |