URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1cbaaf3e8dbaaaa36dad33480f5c0fcaaa808912
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
1cbaaf3 by Peter Wu (peter@xxxxxxxxxxxxx):
tls: Update list of CT logs to 2020-05-29
Avoid string literals while at it to avoid -Wpointer-sign warnings with
GCC 10. This has the additional benefit of avoiding storing the trailing
NUL byte after the data, resulting in a tiny reduction in binary size.
This compound literal syntax is supported since C99 which is permitted
by doc/README.developer.
Change-Id: I35f4d3a46aa78e12915d92136f1de0891131bede
Reviewed-on: https://code.wireshark.org/review/37818
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 5d313ec TDS:Fix -Wpointer-sign warnings.
add 1cbaaf3 tls: Update list of CT logs to 2020-05-29
Summary of changes:
epan/dissectors/packet-tls-utils.c | 863 ++++++++++++++++++++++++++-----------
tools/make-tls-ct-logids.py | 16 +-
2 files changed, 624 insertions(+), 255 deletions(-)