URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d1ce1baf63c96f9bddfe8577a82568b21295fd96
Submitter: Anders Broman (a.broma...@gmail.com)
Changed: branch: master
Repository: wireshark

Commits:

d1ce1ba by Craig Jackson (cejackso...@gmail.com):

    WMEM: Add strjoin routines.
    
    Add wmem versions corresponding to g_strjoin() and g_strjoinv().
    
    Modify packet-rtps.c to use wmem routines_ where it is now using g_ 
routines causing mallocs.
    
    Change-Id: I92c890a8b8f29a973e103676d8e5a681ee5abd50
    Reviewed-on: https://code.wireshark.org/review/25764
    Reviewed-by: Anders Broman <a.broma...@gmail.com>
    

Actions performed:

    from  2cf6517   NBAP: Fix and enhance SIB parsing
    adds  d1ce1ba   WMEM: Add strjoin routines.


Summary of changes:
 epan/dissectors/packet-rtps.c | 20 ++++-------
 epan/wmem/wmem_strutl.c       | 81 +++++++++++++++++++++++++++++++++++++++++++
 epan/wmem/wmem_strutl.h       | 12 +++++++
 3 files changed, 99 insertions(+), 14 deletions(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to