diff options
author | Guillaume Nault <g.nault@alphalink.fr> | 2012-12-10 13:29:32 +0100 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2012-12-14 20:52:51 +0400 |
commit | 98466f59d258d2079755d2a1808cd34631d9f230 (patch) | |
tree | dace3ce3af9cb44b0848654153a6191e3648a32b /.gitignore | |
parent | 9e07dd71679b93852528efb41ac51ec2423f394b (diff) | |
download | accel-ppp-98466f59d258d2079755d2a1808cd34631d9f230.tar.gz accel-ppp-98466f59d258d2079755d2a1808cd34631d9f230.zip |
l2tp: Fix allocation checking when adding octets AVP
l2tp_packet_add_octets() performs a malloc on the "octets" field of the
L2TP attribute, but checks the "string" field for allocation failure.
Though these fields should be equivalent in this case, the "octets"
field should be logically checked instead of "string".
Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions