URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ccd552a838a2503c558c29369747ffe85e144ab5
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ccd552a by Guy Harris (guy@xxxxxxxxxxxx):
Remove more unnecessary null checks.
These routines are called from dissect_bthci_evt(), which ensures that
bluetooth_data is non-null, and passes that non-null value to the
routines.
Should fix CIDs 1306908 and 1306911.
Change-Id: Ie25de02f36bda9a9ae25ced034e758fc7f745681
Reviewed-on: https://code.wireshark.org/review/9472
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 7e461a9 Remove check for null bluetooth_data.
adds ccd552a Remove more unnecessary null checks.
Summary of changes:
epan/dissectors/packet-bthci_evt.c | 18 ++++--------------
1 file changed, 4 insertions(+), 14 deletions(-)