Wireshark-commits: [Wireshark-commits] master 4dd3f66: Avoid returning malloced memory as const [-W
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 21 Jan 2016 02:30:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4dd3f668dc9a86be0353d9572d9624bb7cca9bf5
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4dd3f66 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    Avoid returning malloced memory as const [-Wcast-qual]
    
    Change-Id: I0b2c03cbde963d13d07ef13284d85b922eec3be9
    Reviewed-on: https://code.wireshark.org/review/13439
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  770eb64   Add missing const qualifiers for packet-ssl.c [-Wcast-qual]
    adds  4dd3f66   Avoid returning malloced memory as const [-Wcast-qual]


Summary of changes:
 epan/conversation_table.c     |   15 ++++++++-------
 epan/conversation_table.h     |    8 ++++----
 ui/cli/tap-endpoints.c        |    4 ++--
 ui/cli/tap-iousers.c          |    8 ++++----
 ui/gtk/conversations_table.c  |   16 ++++++++--------
 ui/gtk/hostlist_table.c       |   10 +++++-----
 ui/gtk/wlan_stat_dlg.c        |    4 ++--
 ui/qt/conversation_dialog.cpp |   18 +++++++++---------
 ui/qt/endpoint_dialog.cpp     |    8 ++++----
 9 files changed, 46 insertions(+), 45 deletions(-)