diff options
author | Willem de Bruijn | 2018-11-24 14:21:16 -0500 |
---|---|---|
committer | David S. Miller | 2018-11-24 17:42:57 -0800 |
commit | aba36930a35e7f1fe1319b203f25c05d6c119936 (patch) | |
tree | dc960b49f6616419375e9fec056022c0e8e14338 /net/compat.c | |
parent | 9efdda4e3abed13f0903b7b6e4d4c2102019440a (diff) |
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: 15e36f5b8e98 ("udp: paged allocation with gso")
Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/compat.c')
0 files changed, 0 insertions, 0 deletions