commit | 7364e445f62825758fa61195d237a5b8ecdd06ec | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Wed Aug 08 00:33:25 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 08 16:06:23 2012 -0700 |
tree | 78f93fbe4f9d04b0c547a08b4c40f78071c741eb | |
parent | 47dffc7547ed3b105dabd570ed864347687beac2 [diff] |
net/core: Fix potential memory leak in dev_set_alias() 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>