diff options
author | 2017-06-13 20:06:12 +0200 | |
---|---|---|
committer | 2017-06-13 16:16:11 -0400 | |
commit | 20a3d5bf5e5b13c02450ab6178ec374abd830686 (patch) | |
tree | 11d51c4ad2457225fef5b52a30b0a8567c3ff379 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge tag 'batadv-net-for-davem-20170613' of git://git.open-mesh.org/linux-merge (diff) | |
download | wireguard-linux-20a3d5bf5e5b13c02450ab6178ec374abd830686.tar.xz wireguard-linux-20a3d5bf5e5b13c02450ab6178ec374abd830686.zip |
caif: Add sockaddr length check before accessing sa_family in connect handler
Verify that the caller-provided sockaddr structure is large enough to
contain the sa_family field, before accessing it in the connect()
handler of the AF_CAIF socket. Since the syscall doesn't enforce a minimum
size of the corresponding memory region, very short sockaddrs (zero or one
byte long) result in operating on uninitialized memory while referencing
sa_family.
Signed-off-by: Mateusz Jurczyk <mjurczyk@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions