All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/2] sctp: add new regression test for CVE-2018-5803
@ 2018-03-23 15:37 Alexey Kodanev
  2018-03-23 15:37 ` [LTP] [PATCH v2 1/2] include/lapi: add sctp.h Alexey Kodanev
  2018-03-23 15:37 ` [LTP] [PATCH v2 2/2] sctp: new regression test sctp_big_chunk for CVE-2018-5803 Alexey Kodanev
  0 siblings, 2 replies; 7+ messages in thread
From: Alexey Kodanev @ 2018-03-23 15:37 UTC (permalink / raw)
  To: ltp

* create lapi/sctp.h header and define SCTP_SOCKOPT_BINDX_ADD if
  there is no linux/sctp.h.

* add new test to network/sctp for over-sized SCTP chunk.

Alexey Kodanev (2):
  include/lapi: add sctp.h
  sctp: new regression test sctp_big_chunk for CVE-2018-5803

 configure.ac                            |    1 +
 include/lapi/sctp.h                     |   29 ++++++++
 include/lapi/socket.h                   |    4 +
 runtest/cve                             |    2 +
 testcases/network/.gitignore            |    1 +
 testcases/network/sctp/Makefile         |    2 +-
 testcases/network/sctp/sctp_big_chunk.c |  121 +++++++++++++++++++++++++++++++
 7 files changed, 159 insertions(+), 1 deletions(-)
 create mode 100644 include/lapi/sctp.h
 create mode 100644 testcases/network/sctp/sctp_big_chunk.c


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

end of thread, other threads:[~2018-03-29  6:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-23 15:37 [LTP] [PATCH v2 0/2] sctp: add new regression test for CVE-2018-5803 Alexey Kodanev
2018-03-23 15:37 ` [LTP] [PATCH v2 1/2] include/lapi: add sctp.h Alexey Kodanev
2018-03-26 10:55   ` Petr Vorel
2018-03-28 14:35     ` Alexey Kodanev
2018-03-29  6:12       ` Petr Vorel
2018-03-23 15:37 ` [LTP] [PATCH v2 2/2] sctp: new regression test sctp_big_chunk for CVE-2018-5803 Alexey Kodanev
2018-03-26 11:05   ` Petr Vorel

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.