URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=eb9d2b00922c109c932eb339b2b2c92f04df06dd
Submitter: Jo?o Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
eb9d2b0 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
Fix implicit conversion from 64 to 32 bits
Change size_t to something that is guaranteed to fit in a socklen_t.
Fix incorrect AC_DEFINE too.
Change-Id: I710f32fb1e5bd4f51843d380aa8ed8b6acd98c02
Reviewed-on: https://code.wireshark.org/review/14009
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: João Valverde <j@xxxxxx>
Actions performed:
from 472687b Qt: Fix Open protocol preferences button.
adds eb9d2b0 Fix implicit conversion from 64 to 32 bits
Summary of changes:
configure.ac | 2 +-
wsutil/inet_addr-int.h | 4 ++++
wsutil/inet_addr.c | 4 ++--
wsutil/inet_addr.h | 4 ++--
4 files changed, 9 insertions(+), 5 deletions(-)