All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20111123065240.GD6871@elgon.mountain>

diff --git a/a/1.txt b/N1/1.txt
index 4d045ee..69e2020 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -12,6 +12,6 @@ index 915a87b..e126c48 100644
  			return -EFAULT;
 +		if (strlen(nr_route.mnemonic) >= sizeof(nr_route.mnemonic))
 +			return -EINVAL;
- 		if ((dev = nr_ax25_dev_get(nr_route.device)) = NULL)
+ 		if ((dev = nr_ax25_dev_get(nr_route.device)) == NULL)
  			return -EINVAL;
  		if (nr_route.ndigis < 0 || nr_route.ndigis > AX25_MAX_DIGIS) {
diff --git a/a/content_digest b/N1/content_digest
index 709e67c..3202644 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[patch] netrom: check that user string is terminated\0"
- "Date\0Wed, 23 Nov 2011 06:52:40 +0000\0"
+ "Date\0Wed, 23 Nov 2011 09:52:40 +0300\0"
  "To\0Ralf Baechle <ralf@linux-mips.org>\0"
  "Cc\0David S. Miller <davem@davemloft.net>"
   linux-hams@vger.kernel.org
@@ -22,8 +22,8 @@
  " \t\t\treturn -EFAULT;\n"
  "+\t\tif (strlen(nr_route.mnemonic) >= sizeof(nr_route.mnemonic))\n"
  "+\t\t\treturn -EINVAL;\n"
- " \t\tif ((dev = nr_ax25_dev_get(nr_route.device)) = NULL)\n"
+ " \t\tif ((dev = nr_ax25_dev_get(nr_route.device)) == NULL)\n"
  " \t\t\treturn -EINVAL;\n"
  " \t\tif (nr_route.ndigis < 0 || nr_route.ndigis > AX25_MAX_DIGIS) {"
 
-c33afae95c4c63ed3fae4b2135be2619339ebcbc08562e134a0349ec830ee1e4
+e5373e60cc21c83620f4a094579078fbbff2a27f93f207bd0addbe98b5ca3843

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.