summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2018-04-11 01:26:43 +0300
committerDavid S. Miller <davem@davemloft.net>2018-04-13 04:46:10 +0300
commit08ea556e14b56e9a49b19abd8e39f0c9e05582f2 (patch)
tree23690640fee73510e7d28d6c91c5cc654c25b3fc /tools/perf/scripts/python/export-to-postgresql.py
parent5d1365940a68dd57b031b6e3c07d7d451cd69daf (diff)
downloadlinux-08ea556e14b56e9a49b19abd8e39f0c9e05582f2.tar.xz
ibmvnic: Define vnic_login_client_data name field as unsized array
The "name" field of struct vnic_login_client_data is a char array of undefined length. This should be written as "char name[]" so the compiler can make better decisions about the field (for example, not assuming it's a single character). This was noticed while trying to tighten the CONFIG_FORTIFY_SOURCE checking. Signed-off-by: Kees Cook <keescook@chromium.org> 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