Dan Carpenter
241a974ba2
bpf: dev_map_alloc() shouldn't return NULL
...
We forgot to set the error code on two error paths which means that we
return ERR_PTR(0) which is NULL. The caller, find_and_alloc_map(), is
not expecting that and will have a NULL dereference.
Fixes: 546ac1ffb70d ("bpf: add devmap, a map for storing net device references")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: John Fastabend <john.fastabend@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-07-24 16:23:05 -07:00
..
2017-07-24 16:23:05 -07:00
2017-07-06 16:24:34 -07:00
2017-06-09 11:47:38 +02:00
2017-07-05 12:31:59 -07:00
2017-05-12 15:57:15 -07:00
2017-07-17 13:00:36 -07:00
2017-06-20 10:42:19 +02:00
2017-07-09 10:47:50 -07:00
2017-07-10 15:16:21 -07:00
2017-07-05 11:11:26 -07:00
2017-06-08 18:52:45 -07:00
2017-07-14 13:16:16 +02:00
2017-07-05 15:34:35 -07:00
2017-07-13 13:17:19 -07:00
2017-05-23 10:01:37 +02:00
2017-05-03 11:05:15 -07:00
2017-05-03 11:05:15 -07:00
2017-05-03 11:05:15 -07:00
2017-07-20 10:22:26 -07:00
2017-06-12 18:07:43 -04:00
2017-05-02 10:16:05 -04:00
2017-07-05 11:24:05 -07:00
2017-07-06 20:57:13 -07:00
2017-07-11 22:25:44 +02:00
2017-07-12 16:26:00 -07:00
2017-05-18 10:30:19 -06:00
2017-07-10 16:32:36 -07:00
2017-07-10 16:32:35 -07:00
2017-07-12 16:26:03 -07:00
2017-07-19 08:55:18 -07:00
2017-07-10 16:32:34 -07:00
2017-05-08 17:15:10 -07:00
2017-05-26 10:10:45 +02:00
2017-07-10 16:32:34 -07:00
2017-07-12 16:26:01 -07:00
2017-05-08 17:15:12 -07:00
2017-07-12 16:26:00 -07:00
2017-07-12 16:26:02 -07:00
2017-07-12 16:26:02 -07:00
2017-07-12 16:26:00 -07:00
2017-07-14 15:05:13 -07:00
2017-07-08 11:05:35 +02:00
2017-07-12 16:25:59 -07:00
2017-07-12 16:26:02 -07:00
2017-07-06 16:24:32 -07:00
2017-07-12 17:22:01 -07:00
2017-05-26 10:10:37 +02:00
2017-05-13 17:26:01 -05:00
2017-07-06 16:24:33 -07:00
2017-05-23 07:40:44 -05:00
2017-05-02 11:38:06 -07:00
2017-06-26 09:24:00 -07:00
2017-07-10 16:32:36 -07:00
2017-05-23 10:01:32 +02:00
2017-05-26 10:10:36 +02:00
2017-07-12 09:15:00 -07:00
2017-07-12 16:26:00 -07:00
2017-07-12 16:26:02 -07:00
2017-05-08 17:15:12 -07:00
2017-07-12 16:26:02 -07:00
2017-07-14 15:05:13 -07:00
2017-06-20 12:18:27 +02:00