Bug 78161
Summary: | Missing NULL check of the return value of nla_nest_start() in function sfb_dump() | ||
---|---|---|---|
Product: | Networking | Reporter: | RUC_Soft_Sec (rucsoftsec) |
Component: | Other | Assignee: | Stephen Hemminger (stephen) |
Status: | NEW --- | ||
Severity: | normal | CC: | daniel, szg00000 |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.4.2 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
RUC_Soft_Sec
2014-06-17 11:53:47 UTC
sfb case fixed in: commit 7ac2908e4b2edaec60e9090ddb4d9ceb76c05e7d Author: Alan Cox <alan@linux.intel.com> Date: Thu Jul 12 03:39:11 2012 +0000 sch_sfb: Fix missing NULL check Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=44461 Signed-off-by: Alan Cox <alan@linux.intel.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net> |