Wireshark-commits: [Wireshark-commits] master e0eefbe: tvbuff_composite.c: do not recompute abs_len
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 22 Apr 2016 21:27:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e0eefbe20ad5a4e6618e71939f25957559b2a1ab
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e0eefbe by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    tvbuff_composite.c: do not recompute abs_length
    
    abs_length is already computed by the caller of composite_get_ptr (ensure_contiguous_no_exception).
    No need to do the work another time
    
    Change-Id: I93edd6d405b2d5afe99dc7c781ecea4b395ef7bd
    Reviewed-on: https://code.wireshark.org/review/15053
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  13dc91f   addr_resolv: change g_slist to wmem_list.
    adds  e0eefbe   tvbuff_composite.c: do not recompute abs_length


Summary of changes:
 epan/tvbuff_composite.c |    5 -----
 1 file changed, 5 deletions(-)