Fix infinite loop in check_pf (BZ #12926)
commitfda389c8f0311dd5786be91a7b54b9f935fcafa1
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 14 Oct 2014 15:35:33 +0000 (14 21:05 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 14 Oct 2014 15:35:33 +0000 (14 21:05 +0530)
treeed86d5f6c8477676fd64feb3b1bab447b8273ee0
parentfcb32af153a745414b0d949e707c9485ab77d6ba
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.
ChangeLog
NEWS
sysdeps/unix/sysv/linux/check_pf.c