Wireshark-commits: [Wireshark-commits] master 1ea011b: Use wmem_memdup() instead of wmem_alloc() fo

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 31 Dec 2015 20:52:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1ea011b8917c2c0111b907acf0be3ba08d9fd993
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1ea011b by Guy Harris (guy@xxxxxxxxxxxx):

    Use wmem_memdup() instead of wmem_alloc() followed by memcpy().
    
    Change-Id: Ia937fe15a371a3109178ba619dbdb3a6db3897ee
    Reviewed-on: https://code.wireshark.org/review/12962
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  2bc6530   lemon: Fix warnings [-Wcast-qual]
    adds  1ea011b   Use wmem_memdup() instead of wmem_alloc() followed by memcpy().


Summary of changes:
 epan/dissectors/packet-aeron.c |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)