Re: [PATCH 4/4] iw:In case of memory allocation failure by nlmsg_alloc() cqm will pass to NLA_PUT_U32. it should not happen.

2015-08-13 Thread Johannes Berg
On Fri, 2015-06-26 at 09:14 +, Amit Khatri wrote: > Hi Johannes, > > Subject: [PATCH 4/4] iw:In case of memory allocation failure by > nlmsg_alloc() > cqm will pass to NLA_PUT_U32. it should not happen. Same here - use a single-line subject such as iw: check nlmsg_alloca

[PATCH 4/4] iw:In case of memory allocation failure by nlmsg_alloc() cqm will pass to NLA_PUT_U32. it should not happen.

2015-06-26 Thread Amit Khatri
Hi Johannes, Subject: [PATCH 4/4] iw:In case of memory allocation failure by nlmsg_alloc() cqm will pass to NLA_PUT_U32. it should not happen. Signed-off-by: Amit Khatri Signed-off-by: Rahul Jain --- cqm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cqm.c b/cqm.c index 65876af