diff for duplicates of <20100807221358.GB9031@bicker> diff --git a/a/1.txt b/N1/1.txt index 15122c8..72df610 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,7 +14,7 @@ index 72b3f50..5cd356a 100644 - bfa_boolean_t trl_enabled = bfa_fcport_is_ratelim(port->fcs->bfa); + bfa_boolean_t trl_enabled; - if (port = NULL) + if (port == NULL) return 0; + trl_enabled = bfa_fcport_is_ratelim(port->fcs->bfa); diff --git a/a/content_digest b/N1/content_digest index 083f16d..b0bfe08 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0[patch] bfa: dereferencing before testing\0" - "Date\0Sat, 07 Aug 2010 22:13:58 +0000\0" + "Date\0Sun, 8 Aug 2010 00:13:58 +0200\0" "To\0Jing Huang <huangj@brocade.com>\0" "Cc\0James E.J. Bottomley <James.Bottomley@suse.de>" Krishna Gudipati <kgudipat@brocade.com> @@ -25,7 +25,7 @@ "-\tbfa_boolean_t trl_enabled = bfa_fcport_is_ratelim(port->fcs->bfa);\n" "+\tbfa_boolean_t trl_enabled;\n" " \n" - " \tif (port = NULL)\n" + " \tif (port == NULL)\n" " \t\treturn 0;\n" " \n" "+\ttrl_enabled = bfa_fcport_is_ratelim(port->fcs->bfa);\n" @@ -33,4 +33,4 @@ " \n" " \t/*" -71f50fef6d39f6bcce3692224852b4f6355366fd691154544ef172786f26c0ce +6e5521f4c1f01d3f43fb2f1035546301239dc6cb8e09413f02a9ef071dddad04
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.