diff options
author | John Ogness <john.ogness@linutronix.de> | 2009-12-11 09:47:28 +0100 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2009-12-13 21:55:15 -0800 |
commit | c179a2896e6a5138e30786f1d7961d880dbd6d31 (patch) | |
tree | fbd645f1397628a3b03d6d06937ad3c7fcda5f04 /drivers/net/ax88796.h | |
parent | 2ab4a4d0952b754b1c74f4d2b12b83d600d449c8 (diff) | |
download | u-boot-imx-c179a2896e6a5138e30786f1d7961d880dbd6d31.zip u-boot-imx-c179a2896e6a5138e30786f1d7961d880dbd6d31.tar.gz u-boot-imx-c179a2896e6a5138e30786f1d7961d880dbd6d31.tar.bz2 |
fec_mxc: incomplete error handling
fec_init() will only allocate fec->base_ptr if it is non-NULL. But
the cleanup routine on error will free the pointer without setting
it to NULL. This means that a later call to fec_init() would result
in using an invalid pointer.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'drivers/net/ax88796.h')
0 files changed, 0 insertions, 0 deletions