URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e4787a9190c82dadae7e57c0847e2529bb2a9bbf
Submitter: Guy Harris (g...@alum.mit.edu)
Changed: branch: master
Repository: wireshark

Commits:

e4787a9 by Guy Harris (g...@alum.mit.edu):

    Don't use floating point to calculate 4^N, for integer N.
    
    You don't need floating-point, you can just calculate 1<<2N.
    
    Change-Id: Iec9ebf02bba3e8bcce344be7f0366f7f258da403
    Reviewed-on: https://code.wireshark.org/review/25912
    Reviewed-by: Guy Harris <g...@alum.mit.edu>
    

Actions performed:

    from  5c0cf42   packet-thread: fix cast-align warning
    adds  e4787a9   Don't use floating point to calculate 4^N, for integer N.


Summary of changes:
 epan/dissectors/packet-icmpv6.c | 4 +---
 1 file changed, 1 insertion(+), 3 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