Searched hist:"5 cb9c68cc97026748f7a0889fa07646b51f27541" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | diff 5cb9c68cc97026748f7a0889fa07646b51f27541 Tue Feb 09 23:30:51 CET 2010 Xin LI <delphij@FreeBSD.org> - Return EAFNOSUPPORT instead of EINVAL for unsupported address family, this matches the Linux behavior. - Check if we have sufficient space allocated for socket structure, which fixes a buffer overflow when wrong length is being passed into the emulation layer. [1]
PR: kern/138860 Submitted by: Mateusz Guzik <mjguzik gmail com> Reported by: Alexander Best [1] MFC after: 2 weeks diff 5cb9c68cc97026748f7a0889fa07646b51f27541 Tue Feb 09 23:30:51 CET 2010 Xin LI <delphij@FreeBSD.org> - Return EAFNOSUPPORT instead of EINVAL for unsupported address family, this matches the Linux behavior. - Check if we have sufficient space allocated for socket structure, which fixes a buffer overflow when wrong length is being passed into the emulation layer. [1]
PR: kern/138860 Submitted by: Mateusz Guzik <mjguzik gmail com> Reported by: Alexander Best [1] MFC after: 2 weeks
|