possible vulnerable file: openssl-1.0.1g/ssl/d1_clnt.c
Line: 155 unsigned char sctpauthkey[64];

fixed sized arrays can be overflowed. To fix the problem, use functions
that limit length, or ensure that the size is larger than the maximum
possible length. It's avoid us attack like buffer overflow!

Best Regards!

Reply via email to