Removing bogus length check.

This commit is contained in:
Thomas Hintz 2015-04-18 10:57:27 -07:00
parent 5816661ebf
commit 7f0b9d2873
1 changed files with 0 additions and 2 deletions

View File

@ -192,8 +192,6 @@
(define-external wsv scheme-pointer payload)
((foreign-lambda* void ()
"
if (wslen > UINT_MAX) { return -1; }
const unsigned char* maskkey2 = wsmaskkey;
const unsigned int kd = *(unsigned int*)maskkey2;
const unsigned char* __restrict kb = maskkey2;