Wireshark-commits: [Wireshark-commits] master 760aa14: 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:01:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=760aa14b79b5a9a8eab932d7d6f6632c18810515
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

760aa14 by Guy Harris (guy@xxxxxxxxxxxx):

    Use g_strdup_printf(), rather than a fixed-length buffer, for the app name.
    
    Change-Id: Ie6034e229f37278fce44b2fddad9250dfb5bc6c8
    Reviewed-on: https://code.wireshark.org/review/6286
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  dfa50e6   Use get_ws_vcs_version() to generate the version string.
    adds  760aa14   Use g_strdup_printf(), rather than a fixed-length buffer, for the app name.


Summary of changes:
 dumpcap.c |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)