summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-h248.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-14 17:44:21 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-14 17:44:21 +0000
commit85ab202c08b3e0c5eafef26f3dddc2c4214b5ac4 (patch)
treedfb10d487f12a710299253029f829c6053e70abe /epan/dissectors/packet-h248.c
parent6b6d709afc6527da1ed496277763975a6cfe460a (diff)
downloadwireshark-85ab202c08b3e0c5eafef26f3dddc2c4214b5ac4.tar.gz
Fix -Wsometimes-uninitialized found by Clang
packet-pdcp-lte.c:1397:9: error: variable 'decrypted_data' is used uninitialized whenever 'if' condition is false packet-pdcp-lte.c:1469:50: note: uninitialized use occurs here decrypted_tvb = tvb_new_child_real_data(tvb, decrypted_data, payload_length, payload_length); packet-pdcp-lte.c:1353:27: note: initialize the variable 'decrypted_data' to silence this warning packet-pdcp-lte.c:1397:9: error: variable 'payload_length' is used uninitialized whenever 'if' condition is false packet-pdcp-lte.c:1469:66: note: uninitialized use occurs here decrypted_tvb = tvb_new_child_real_data(tvb, decrypted_data, payload_length, payload_length); packet-pdcp-lte.c:1354:24: note: initialize the variable 'payload_length' to silence this warning svn path=/trunk/; revision=54791
Diffstat (limited to 'epan/dissectors/packet-h248.c')
0 files changed, 0 insertions, 0 deletions