1
0
libnetfilter_cthelper/libnetfilter_cthelper.changes
Jan Engelhardt d2915c3e86 Accepting request 264334 from home:chorler:branches:security:netfilter
I'm experimenting with conntrack / conntrackd, when running nfct I got a segfault.

The segfault is fixed by moving the first free:

GDB shows the segfault on free of the pointer 0x45454545...  Valgrind shows me this:
==5278== Invalid read of size 8
==5278==    at 0x523E970: nfct_helper_free (libnetfilter_cthelper.c:118)
==5278==    by 0x403361: nfct_cmd_helper_add (helper.c:249)
==5278==    by 0x401EB0: main (nfct.c:77)
==5278==  Address 0x59f4618 is 40 bytes inside a block of size 80 free'd
==5278==    at 0x4C28ADC: free (vg_replace_malloc.c:446)
==5278==    by 0x523E96F: nfct_helper_free (libnetfilter_cthelper.c:116)
==5278==    by 0x403361: nfct_cmd_helper_add (helper.c:249)
==5278==    by 0x401EB0: main (nfct.c:77)

OBS-URL: https://build.opensuse.org/request/show/264334
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_cthelper?expand=0&rev=20
2014-12-08 17:16:34 +00:00

33 lines
1.1 KiB
Plaintext

-------------------------------------------------------------------
Sun Dec 7 19:58:44 UTC 2014 - cshorler@googlemail.com
- fix segfault due to free of free'd pointer
-------------------------------------------------------------------
Tue Sep 23 15:43:40 UTC 2014 - jengelh@inai.de
- Drop gpg-offline build-time requirement; this is now handled by
the local source validator
-------------------------------------------------------------------
Wed Nov 28 20:23:02 CET 2012 - sbrabec@suse.cz
- Verify GPG signature
-------------------------------------------------------------------
Mon Oct 8 15:35:52 UTC 2012 - jengelh@inai.de
- Update to initial official release 1.0.0
* This library provides the infrastructure for the user-space
helper infrastructure available since the Linux kernel 3.6.
-------------------------------------------------------------------
Fri Aug 31 18:06:01 UTC 2012 - jengelh@inai.de
- Rectify baselibs.conf to include the right package name
-------------------------------------------------------------------
Mon Jun 4 14:06:19 UTC 2012 - jengelh@inai.de
- Initial package for build.opensuse.org