aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/nettrace_3gpp_32_423.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-01-06 11:05:54 -0800
committerGuy Harris <guy@alum.mit.edu>2019-01-06 19:06:40 +0000
commitde71f0e16da046187ce5990b2c6a0098af6d4817 (patch)
tree3634fe0a4b6c952009a57fb5586251580e58ab22 /wiretap/nettrace_3gpp_32_423.c
parent6f67da949ca7d1d2c1bb1d876569e4f8e800029d (diff)
No need to check whether atm_info is null in that code path.
All exported (via dissector tables and dissector handles) routines that call dissect_atm_common() first do DISSECTOR_ASSERT(atm_info != NULL), so dissect_atm_common() will never be called iwth a null data pointer. dissect_reassembled_pdu() is called only from dissect_atm_common(), so it also won't ever be called with a non-null data pointer. Fixes Coverity CID 1442299. Change-Id: I3b455ac546a6a0cd6aa8ef184c71fda2ca2a0710 Reviewed-on: https://code.wireshark.org/review/31418 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap/nettrace_3gpp_32_423.c')
0 files changed, 0 insertions, 0 deletions