>From latest e_os.h (inside VxWORKS ifdef):

#define ioctlsocket(a,b,c)  ioctl((a),(b),*(int*)(c))

Can this really be right? I mean using it in BIO_socket_ioctl()
expands to:
  ioctlsocket (fd, type, *(int*)ptr);

I would assume VxWorks to expect a pointer in the 3rd arg
to it's ioctl(). If so, the above could crash or at worst silently 
trash some unrelated data.

Gisle V.

# rm /bin/laden 
/bin/laden: Not found

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to