]> git.ozlabs.org Git - ppp.git/commitdiff
Fix bug in CHAP MS v2 handling where we didn't zero enough.
authorPaul Mackerras <paulus@samba.org>
Tue, 19 Dec 2006 08:38:14 +0000 (08:38 +0000)
committerPaul Mackerras <paulus@samba.org>
Tue, 19 Dec 2006 08:38:14 +0000 (08:38 +0000)
Changing the response parameter of the ChapMS2 function to an
unsigned char * meant that using sizeof(*response) in a BZERO call
was no longer correct.  Instead we need to use MS_CHAP2_RESPONSE_LEN.
Patch from Guillaume Knispel.


No differences found