Wireshark-commits: [Wireshark-commits] master d1ce1ba: WMEM: Add strjoin routines.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 13 Feb 2018 06:18:17 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d1ce1baf63c96f9bddfe8577a82568b21295fd96
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d1ce1ba by Craig Jackson (cejackson51@xxxxxxxxx):

    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.broman58@xxxxxxxxx>
    

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(-)