aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorMateusz Jurczyk <[email protected]>2017-06-13 20:06:12 +0200
committerDavid S. Miller <[email protected]>2017-06-13 16:16:11 -0400
commit20a3d5bf5e5b13c02450ab6178ec374abd830686 (patch)
tree11d51c4ad2457225fef5b52a30b0a8567c3ff379 /tools/perf/scripts/python/bin/export-to-postgresql-report
parent7de84403a2020874714f6f40170f5ef9fc7ab58e (diff)
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions