netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] fix SEGV, some run.c API stuff
@ 2008-01-21  8:29 Max Kellermann
  2008-01-21  8:29 ` [PATCH 1/4] check nfct_get_attr()!=NULL Max Kellermann
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Max Kellermann @ 2008-01-21  8:29 UTC (permalink / raw)
  To: netfilter-devel

Hi Pablo,

I found a segmentation fault in conntrackd, here is a possible patch.
Please verify that this is the "real" solution.  This patchset also
includes some patches which change the prototype of __run() to the one
I proposed last week.

Max

---

Max Kellermann (4):
      call __run() after do_alarm_run()
      __run() returns void
      don't ignore fd events when an alarm is due
      check nfct_get_attr()!=NULL


 include/alarm.h |    6 ++++--
 src/alarm.c     |   12 +++++++-----
 src/cache.c     |   46 ++++++++++++++++++++++++++++++++--------------
 src/run.c       |   45 +++++++++++++--------------------------------
 4 files changed, 56 insertions(+), 53 deletions(-)


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2008-01-22  1:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-21  8:29 [PATCH 0/4] fix SEGV, some run.c API stuff Max Kellermann
2008-01-21  8:29 ` [PATCH 1/4] check nfct_get_attr()!=NULL Max Kellermann
2008-01-21 12:53   ` Pablo Neira Ayuso
2008-01-21 12:58     ` Max Kellermann
2008-01-21 13:07       ` Pablo Neira Ayuso
2008-01-21  8:29 ` [PATCH 2/4] don't ignore fd events when an alarm is due Max Kellermann
2008-01-21 13:14   ` Pablo Neira Ayuso
2008-01-21 14:09     ` Max Kellermann
2008-01-22  1:29   ` Pablo Neira Ayuso
2008-01-21  8:29 ` [PATCH 3/4] __run() returns void Max Kellermann
2008-01-21 13:22   ` Pablo Neira Ayuso
2008-01-22  1:29   ` Pablo Neira Ayuso
2008-01-21  8:29 ` [PATCH 4/4] call __run() after do_alarm_run() Max Kellermann
2008-01-22  1:30   ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).