All of lore.kernel.org
 help / color / mirror / Atom feed
* packet->transport->asoc = NULL in sctp_packet_transmit
@ 2016-07-19 10:15 Fabian Bergmark
  2016-07-19 12:31 ` Neil Horman
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Fabian Bergmark @ 2016-07-19 10:15 UTC (permalink / raw)
  To: linux-sctp

I'm adding experimental support for UDP encapsulation of SCTP packets.
I got most of if working well. However, I noticed a NULL pointer
dereference in sctp_packet_transmit as I assumed that
packet->transport->asoc weren't NULL so I tried to access tunneling
information that I store in packet->transport->asoc->ep->base. In what
circumstances is asoc NULL in sctp_packet_transmit?

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

end of thread, other threads:[~2016-07-24  8:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-19 10:15 packet->transport->asoc = NULL in sctp_packet_transmit Fabian Bergmark
2016-07-19 12:31 ` Neil Horman
2016-07-19 14:42 ` Fabian Bergmark
2016-07-20 15:30 ` Fabian Bergmark
2016-07-20 16:42 ` Marcelo Ricardo Leitner
2016-07-21 12:49 ` Fabian Bergmark
2016-07-21 17:12 ` Marcelo Ricardo Leitner
2016-07-21 23:01 ` Marcelo Ricardo Leitner
2016-07-21 23:28 ` Fabian Bergmark
2016-07-24  7:00 ` Fabian Bergmark
2016-07-24  8:14 ` Michael Tuexen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.