git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47dffc7
)
net/core: Fix potential memory leak in dev_set_alias()
author
Alexey Khoroshilov
<khoroshilov@ispras.ru>
Wed, 8 Aug 2012 00:33:25 +0000
(
00:33
+0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 8 Aug 2012 23:06:23 +0000
(16:06 -0700)
Do not leak memory by updating pointer with potentially NULL realloc return value.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found