diff options
| author | Jerry Chu <[email protected]> | 2013-12-16 02:48:07 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2013-12-16 04:55:04 +0000 |
| commit | 810c23a3553cbb4602edf9534b548d2616ba5520 (patch) | |
| tree | 30958f26a61670f5184897d5d7e4f3898c11f634 /net/tipc/socket.c | |
| parent | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh... (diff) | |
| download | kernel-810c23a3553cbb4602edf9534b548d2616ba5520.tar.gz kernel-810c23a3553cbb4602edf9534b548d2616ba5520.zip | |
net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len()
It was reported that Commit 299603e8370a93dd5d8e8d800f0dff1ce2c53d36
("net-gro: Prepare GRO stack for the upcoming tunneling support")
triggered a compiler warning in ipv6_exthdrs_len():
net/ipv6/ip6_offload.c: In function ‘ipv6_gro_complete’:
net/ipv6/ip6_offload.c:178:24: warning: ‘optlen’ may be used uninitialized in this function [-Wmaybe-u
opth = (void *)opth + optlen;
^
net/ipv6/ip6_offload.c:164:22: note: ‘optlen’ was declared here
int len = 0, proto, optlen;
^
Note that there was no real bug here - optlen was never uninitialized
before use. (Was the version of gcc I used smarter to not complain?)
Reported-by: Hannes Frederic Sowa <[email protected]>
Signed-off-by: H.K. Jerry Chu <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/socket.c')
0 files changed, 0 insertions, 0 deletions
