Wireshark-commits: [Wireshark-commits] master fe78e13: BT LE LL: fix invalid memory access reported

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 14 Feb 2017 18:03:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fe78e1302f6076291e7270de2e8443ddb2c082af
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    BT LE LL: fix invalid memory access reported by valgrind
    
    - broadcast_addr shoudl be static and not on call stack
    - set the AT_STRINGZ address length with the string length and not the buffer length
    
    Bug: 13381
    Change-Id: I86e15ccaa9b5d7779c266ab24b637476e983664c
    Reviewed-on: https://code.wireshark.org/review/20103
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  bc29b8c   androiddump: fix compilation with ANDROIDDUMP_USE_LIBPCAP define
    adds  fe78e13   BT LE LL: fix invalid memory access reported by valgrind


Summary of changes:
 epan/dissectors/packet-btle.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)