[PATCH 1/4] [SCTP]: Set correct error cause value for missing parameters

Subsystems: networking [general], sctp protocol, the rest

STALE7145d

2 messages, 2 authors, 2007-01-16 · open the first message on its own page

[PATCH 1/4] [SCTP]: Set correct error cause value for missing parameters

From: Sridhar Samudrala <hidden>
Date: 2007-01-11 19:41:38

Hi Dave,

Here is a set of 4 SCTP patches that fix minor protocol 
conformance issues found by Vlad when running a conformance
test suite.
Please consider them for inclusion in 2.6.20.

Thanks
Sridhar

[SCTP]: Set correct error cause value for missing parameters

sctp_process_missing_param() needs to use the SCTP_ERROR_MISS_PARAM
error cause value.

Signed-off-by: Vlad Yasevich <redacted>
Signed-off-by: Sridhar Samudrala <redacted>

---
 net/sctp/sm_make_chunk.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c
index 167d888..ea0f8fa 100644
--- a/net/sctp/sm_make_chunk.c
+++ b/net/sctp/sm_make_chunk.c
@@ -1562,7 +1562,7 @@ static int sctp_process_missing_param(const struct sctp_association *asoc,
 	if (*errp) {
 		report.num_missing = htonl(1);
 		report.type = paramtype;
-		sctp_init_cause(*errp, SCTP_ERROR_INV_PARAM,
+		sctp_init_cause(*errp, SCTP_ERROR_MISS_PARAM,
 				&report, sizeof(report));
 	}

--

Re: [PATCH 1/4] [SCTP]: Set correct error cause value for missing parameters

From: David Miller <davem@davemloft.net>
Date: 2007-01-16 03:12:33

From: Sridhar Samudrala <redacted>
Date: Thu, 11 Jan 2007 11:41:25 -0800
[SCTP]: Set correct error cause value for missing parameters

sctp_process_missing_param() needs to use the SCTP_ERROR_MISS_PARAM
error cause value.

Signed-off-by: Vlad Yasevich <redacted>
Signed-off-by: Sridhar Samudrala <redacted>
Applied, thank you.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help