Fix bug in eap_ttls_avp_encapsulate() when >248 bytes are encapsulated.
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Wed, 15 Feb 2012 20:22:26 +0000 (15:22 -0500)
committerSam Hartman <hartmans@debian.org>
Tue, 19 Mar 2013 17:02:29 +0000 (13:02 -0400)
commitbf7579b592fff7e6b8f398fb6d125b8ff20b53a9
treeea766c955e52a1703d94a3017a6f1f96d3cf0f5e
parent4820c97b05fc5affeec9488a7f3ab44574c30238
Fix bug in eap_ttls_avp_encapsulate() when >248 bytes are encapsulated.

src pointer wasn't being advanced, so the first 248 bytes were duplicated
in place of the remainder of the message.
libeap/src/eap_peer/eap_ttls.c