commit | 1539b98b561754252dd520b98fa03a688a4f81b5 | [log] [tgz] |
---|---|---|
author | Jiri Bohac <jbohac@suse.cz> | Thu Feb 08 16:02:21 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 08 16:02:21 2007 -0800 |
tree | 4121f7c5d25d6008a919dd5ec92b29990a49d6f9 | |
parent | 42c05f6e6e3d57495054a4cae35850b3f7d1c343 [diff] |
[IPX]: Fix NULL pointer dereference on ipx unload Fixes a null pointer dereference when unloading the ipx module. On initialization of the ipx module, registering certain packet types can fail. When this happens, unloading the module later dereferences NULL pointers. This patch fixes that. Please apply. Signed-off-by: Jiri Bohac <jbohac@suse.cz> Signed-off-by: David S. Miller <davem@davemloft.net>