aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cell_broadcast.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2012-07-21 19:18:12 +0000
committerEvan Huus <eapache@gmail.com>2012-07-21 19:18:12 +0000
commit700524155d7350c80fc2de3946cd71bf2e4852eb (patch)
tree674d619064c5082647632a4f383e704c6fca2d19 /epan/dissectors/packet-cell_broadcast.c
parent7b7ab4c70e3823c71e9826edab80af344b143623 (diff)
Fix mis-allocated key size as caught by valgrind.
We have to divide the 'length' field to work with guint32 pointer arithmetic, but we still want to allocate and memcpy the original length value, since both of those operate in raw bytes, not blocks of sizeof(guint32). svn path=/trunk/; revision=43901
Diffstat (limited to 'epan/dissectors/packet-cell_broadcast.c')
0 files changed, 0 insertions, 0 deletions