All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170331182524.GD5879@localhost.localdomain>

diff --git a/a/1.txt b/N1/1.txt
index 2778dff..6be2395 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -24,7 +24,8 @@ Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
 >  			/* RFC 2960 6.5 Every DATA chunk MUST carry a valid
 >  			 * stream identifier.
 >  			 */
-> -			if (chunk->sinfo.sinfo_stream >> -			    asoc->c.sinit_num_ostreams) {
+> -			if (chunk->sinfo.sinfo_stream >=
+> -			    asoc->c.sinit_num_ostreams) {
 > +			if (chunk->sinfo.sinfo_stream >= asoc->stream->outcnt) {
 >  
 >  				/* Mark as failed send. */
diff --git a/a/content_digest b/N1/content_digest
index d6676df..0fac81b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\0046f41fee71d352458eccf900bcef54e24cb8aa8.1490954248.git.lucien.xin@gmail.com\0"
  "From\0Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>\0"
  "Subject\0Re: [PATCH net] sctp: use right in and out stream cnt\0"
- "Date\0Fri, 31 Mar 2017 18:25:24 +0000\0"
+ "Date\0Fri, 31 Mar 2017 15:25:24 -0300\0"
  "To\0Xin Long <lucien.xin@gmail.com>\0"
  "Cc\0network dev <netdev@vger.kernel.org>"
   linux-sctp@vger.kernel.org
@@ -35,7 +35,8 @@
  ">  \t\t\t/* RFC 2960 6.5 Every DATA chunk MUST carry a valid\n"
  ">  \t\t\t * stream identifier.\n"
  ">  \t\t\t */\n"
- "> -\t\t\tif (chunk->sinfo.sinfo_stream >> -\t\t\t    asoc->c.sinit_num_ostreams) {\n"
+ "> -\t\t\tif (chunk->sinfo.sinfo_stream >=\n"
+ "> -\t\t\t    asoc->c.sinit_num_ostreams) {\n"
  "> +\t\t\tif (chunk->sinfo.sinfo_stream >= asoc->stream->outcnt) {\n"
  ">  \n"
  ">  \t\t\t\t/* Mark as failed send. */\n"
@@ -130,4 +131,4 @@
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  >
 
-8884c2c34556a6351f623e4a27def5226d6c801b6fdfd32a22ab5d6f26d500c0
+99ec00d6791686f4a9cefd971a56037f6d1a28aaa25a3f686ae415651c3cbb40

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.