- patch from https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=40
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 17 Jan 2005 20:07:16 +0000 (20:07 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 17 Jan 2005 20:07:16 +0000 (20:07 +0000)
commitb3b9c77cbcde393d9e34f8a3c6b60775638ea621
tree2e386b117cb7e55066af02ee22968bf69cfc2258
parentc8d96a49a2ae2ec6e8a637582e0ec6b2058f38b4
- patch from https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=40
  fixes crash if PPTP packets are received out of order
- PPTP headers are variable length. Specifically, PPTP ACKs without
  sequence numbers are 4 bytes shorter and will not be properly
  tracked. Pass the minimum length required to skb_header_pointer() when
  trying to parse a generic PPTP header out of a packet.
- Fix a call to DUMP_TUPLE_GRE()
net/ipv4/netfilter/ip_conntrack_proto_gre.c