[FIX] Unix 2.8 VM diff for sqSocketRemotePort()

Rob Withers slosher2 at home.com
Tue Jul 18 23:09:53 UTC 2000


The issue was an uninitialized structure size for the getpeername call. 
I don't really know how to check this in, nor do I have the permissions
I think.   Does this look right?

I will send an update test suite for the Unix Networking in a separate
post.

Rob

-- 
--------------------------------------------------
Smalltalking by choice.  Isn't it nice to have one!
-------------- next part --------------
800c800
<   int saddrSize;
---
>   socklen_t saddrSize= sizeof(saddr);


More information about the Squeak-dev mailing list