summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorRandy Dunlap2006-03-09 01:46:08 +0100
committerDavid S. Miller2006-03-09 01:46:08 +0100
commit1efa3c05f8640c37ba89d54dfaa18504d21986ce (patch)
treec777fd8a5fc44492971ac51f8299c4cbfb52f175 /MAINTAINERS
parent[PATCH] fix kexec asm (diff)
downloadkernel-qcow2-linux-1efa3c05f8640c37ba89d54dfaa18504d21986ce.tar.gz
kernel-qcow2-linux-1efa3c05f8640c37ba89d54dfaa18504d21986ce.tar.xz
kernel-qcow2-linux-1efa3c05f8640c37ba89d54dfaa18504d21986ce.zip
[NET] compat ifconf: fix limits
A recent change to compat. dev_ifconf() in fs/compat_ioctl.c causes ifconf data to be truncated 1 entry too early when copying it to userspace. The correct amount of data (length) is returned, but the final entry is empty (zero, not filled in). The for-loop 'i' check should use <= to allow the final struct ifreq32 to be copied. I also used the ifconf-corruption program in kernel bugzilla #4746 to make sure that this change does not re-introduce the corruption. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions