Wireshark-commits: [Wireshark-commits] master c18d2f8: Qt SCTP: Changed prohibited APIs

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 26 Aug 2015 07:01:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c18d2f819345cea18b6db50a8062a1126a55b6bf
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c18d2f8 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt SCTP: Changed prohibited APIs
    
    strcpy -> g_strlcpy
    sprintf ->g_snprintf
    
    Also initialize some temp variables.
    
    Change-Id: I4d2fa1b0325c6e59aa13ebeb0d9c25d5ff7c4d9c
    Reviewed-on: https://code.wireshark.org/review/10252
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  bd21889   Camel: fix indent (use 2 spaces)
    adds  c18d2f8   Qt SCTP: Changed prohibited APIs


Summary of changes:
 ui/qt/sctp_chunk_statistics_dialog.cpp |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)