]> git.baikalelectronics.ru Git - kernel.git/commit
wimax: fix oops if netlink fails to add attribute
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Tue, 31 Mar 2009 00:50:17 +0000 (17:50 -0700)
committerInaky Perez-Gonzalez <inaky@linux.intel.com>
Wed, 6 May 2009 20:48:36 +0000 (13:48 -0700)
commit8caae0cb3d8de3689805ea11682af960259cadd8
tree903881c40ed4d5c6f8c9664bc6f189baedcdef5b
parentef3385efdc461264ba189e584f489f02296d2e64
wimax: fix oops if netlink fails to add attribute

When sending a message to user space using wimax_msg(), if nla_put()
fails, correctly interpret the return code from wimax_msg_alloc() as
an err ptr and return the error code instead of crashing (as it is
assuming than non-NULL means the pointer is ok).

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
net/wimax/op-msg.c