Wireshark-commits: [Wireshark-commits] master 0bec885: Remove use of sprintf for ftype string forma

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 11 Mar 2015 22:50:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0bec88518f22aca076e69654d029c96fa050f003
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0bec885 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Remove use of sprintf for ftype string formatting
    
    Change-Id: I656d6193aad740ab88bf16fb25c202e766e3092a
    Reviewed-on: https://code.wireshark.org/review/7616
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  b5d062b   Fix buffer overflow in 802.11 decryption
    adds  0bec885   Remove use of sprintf for ftype string formatting


Summary of changes:
 epan/ftypes/ftype-bytes.c   |   49 ++++++++++++++++---------------------------
 epan/ftypes/ftype-integer.c |   21 ++++++++-----------
 epan/ftypes/ftype-time.c    |   12 ++++++++---
 epan/ftypes/ftype-tvbuff.c  |   19 ++++-------------
 4 files changed, 40 insertions(+), 61 deletions(-)