Wireshark-commits: [Wireshark-commits] master 9384854: Use g_strdup_printf(), rather than a fixed-l

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 3 Jan 2015 22:35:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=938485436e7b7c647323a147c8ea1abc33e07564
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9384854 by Guy Harris (guy@xxxxxxxxxxxx):

    Use g_strdup_printf(), rather than a fixed-length buffer, for the app name.
    
    Add some missing g_free()s while we're at it.
    
    Change-Id: Id38acc21d3c0b337e5d05baaf5ebbcd63699ff50
    Reviewed-on: https://code.wireshark.org/review/6287
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  9df7386   It is also 2015 for Mac OS X :-)
    adds  9384854   Use g_strdup_printf(), rather than a fixed-length buffer, for the app name.


Summary of changes:
 tshark.c                 |    7 +++++--
 ui/gtk/file_import_dlg.c |    6 ++++--
 ui/tap_export_pdu.c      |    6 ++++--
 3 files changed, 13 insertions(+), 6 deletions(-)