Fix crash when system has no ipv6 address [BZ #17125]
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 10 Jul 2014 08:45:16 +0000 (14:15 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 10 Jul 2014 08:45:16 +0000 (14:15 +0530)
commitd62aa75af1941fca6f07e107afc447b7b248e340
treea1864dfb0d666f1d9136fe644022e1c213ca60c5
parent7000d82e01dc04344eaa1772698c9b0c304a892f
Fix crash when system has no ipv6 address [BZ #17125]

Here's an updated patch to fix the crash in bug-ga2 when the system
has no configured ipv6 address.  I have taken a different approach of
using libc_freeres_fn instead of the libc_freeres_ptr since the former
gives better control over what is freed; we need that since cache may
or may not be allocated using malloc.

Verified that bug-ga2 works correctly in both cases and does not have
memory leaks in either of them.
ChangeLog
NEWS
sysdeps/unix/sysv/linux/check_pf.c