Willem de Bruijn
aba36930a3
net: always initialize pagedlen
...
In ip packet generation, pagedlen is initialized for each skb at the
start of the loop in __ip(6)_append_data, before label alloc_new_skb.
Depending on compiler options, code can be generated that jumps to
this label, triggering use of an an uninitialized variable.
In practice, at -O2, the generated code moves the initialization below
the label. But the code should not rely on that for correctness.
Fixes: 15e36f5b8e ("udp: paged allocation with gso")
Signed-off-by: Willem de Bruijn <willemb@google.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2018-11-24 17:42:57 -08:00
..
2018-07-24 14:10:42 -07:00
2018-10-25 10:18:26 +02:00
2018-05-22 10:51:09 +02:00
2018-11-23 11:17:56 -08:00
2018-10-08 10:39:05 -07:00
2018-11-02 23:54:56 -07:00
2017-11-15 11:56:19 -08:00
2018-11-05 13:36:27 -08:00
2018-07-05 20:15:26 +09:00
2018-08-01 09:50:04 -07:00
2018-07-27 09:33:37 -07:00
2018-08-29 08:02:43 +02:00
2018-05-07 23:50:27 -04:00
2015-09-02 15:31:00 -07:00
2018-07-05 20:15:26 +09:00
2017-09-01 20:33:42 -07:00
2018-05-11 00:10:56 +02:00
2017-05-21 13:42:36 -04:00
2018-08-13 08:42:25 -07:00
2017-01-28 10:33:06 -05:00
2018-08-11 01:58:46 +02:00
2018-10-24 14:18:16 -07:00
2018-11-05 17:04:54 -08:00
2018-07-07 10:58:49 +09:00
2018-09-16 15:32:59 -07:00
2017-11-02 11:10:55 +01:00
2018-09-19 21:23:01 -07:00
2018-09-13 12:09:32 -07:00
2016-04-07 16:53:29 -04:00
2018-11-24 17:42:57 -08:00
2018-10-18 16:54:40 -07:00
2016-11-02 15:18:36 -04:00
2018-08-29 17:51:44 -07:00
2018-10-24 14:06:25 -07:00
2016-11-04 14:45:23 -04:00
2018-09-13 08:17:27 -07:00
2018-07-24 14:10:43 -07:00
2017-11-02 11:10:55 +01:00
2015-08-13 17:08:39 -07:00
2018-10-19 11:03:06 -07:00
2016-12-25 17:21:23 +01:00
2018-10-26 15:58:06 -07:00
2018-07-16 17:51:48 +02:00
2017-11-24 01:37:35 +09:00
2018-07-07 10:58:49 +09:00
2018-05-16 07:24:30 +02:00
2017-03-24 13:17:07 -07:00
2018-10-05 14:45:34 -07:00
2018-09-21 19:45:52 -07:00
2018-11-18 19:02:56 -08:00
2018-07-03 10:29:26 +09:00
2018-07-18 15:10:47 -07:00
2018-07-31 09:22:48 +02:00
2018-06-22 13:43:27 +09:00
2018-09-26 20:30:55 -07:00
2018-03-25 20:53:54 -04:00
2018-04-25 13:02:15 -04:00
2018-07-21 19:31:46 -07:00
2018-06-26 11:33:04 +09:00
2015-11-03 10:52:13 -05:00
2017-11-02 11:10:55 +01:00
2018-10-05 11:52:38 -07:00
2018-10-26 16:03:08 -07:00
2018-05-16 07:24:30 +02:00
2018-09-04 10:26:30 +02:00
2017-06-16 11:48:39 -04:00
2018-07-11 15:26:35 +02:00
2018-09-04 10:26:30 +02:00
2018-03-07 10:54:29 +01:00
2018-09-03 07:37:57 +02:00
2018-10-11 13:24:46 +02:00
2017-02-09 10:22:17 +01:00
2018-04-26 07:51:48 +02:00
2018-04-16 07:50:09 +02:00