URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=38cc4287a2aff4b3a1a2caefda8714015bb73259
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
38cc428 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
Reapply "ws80211: Disable shorten-64-to-32."
Disable shorten-64-to-32 in ws80211_create_on_demand_interface,
which calls NLA_PUT_STRING, which passes the output of strlen to an
int parameter. NLA_PUT_STRING is defined in netlink/attr.h so there's
not much we can do to fix it directly.
By Gerald in b8f90de70efa2d271274fbb48df12737f6eddd12.
Change-Id: Ifb92244423fcb2cc267f8fcefb7a2700a7b7c0ea
Reviewed-on: https://code.wireshark.org/review/15522
Reviewed-by: João Valverde <j@xxxxxx>
Actions performed:
from 1140b11 Add clang-specific DIAG_OFF pragma
adds 38cc428 Reapply "ws80211: Disable shorten-64-to-32."
Summary of changes:
caputils/ws80211_utils.c | 3 +++
1 file changed, 3 insertions(+)