Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] master c5de173: MBIM: do not access to h

From: Evan Huus <eapache@xxxxxxxxx>
Date: Tue, 3 Jun 2014 14:23:32 -0400
On Tue, Jun 3, 2014 at 2:19 PM, Pascal Quantin <pascal.quantin@xxxxxxxxx> wrote:
Hi Evan,

2014-06-03 20:09 GMT+02:00 Evan Huus <eapache@xxxxxxxxx>:

Just create it once in the init routine, rather than when the first uuid is registered? Then you can guarantee it always exists.

This is what I initially did but changed my mind at the last minute as checking the existence of the table is less expensive than building the lookup key and calling wmem_map_lookup while it will never succeed. So I saw it as a micro optimization :)
 
Cool, I hadn't thought of that.



On Tue, Jun 3, 2014 at 2:01 PM, Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx> wrote:
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c5de173edc09cceb7c351cf8b85a470ad597be17
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    MBIM: do not access to hash map when it is not initialized yet

    Change-Id: I560941115316ead5a85b9e0b55be693217fddff2
    Reviewed-on: https://code.wireshark.org/review/1940
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>


Actions performed:

    from  9389d78   Qt: Export Object * Fix indent (remove tabs) * Add title to the window
    adds  c5de173   MBIM: do not access to hash map when it is not initialized yet


Summary of changes:
 epan/dissectors/packet-mbim.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@xxxxxxxxxxxxx>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-request@xxxxxxxxxxxxx?subject=unsubscribe


___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe


___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe