Bug? sockaddr structure

Jack Shirazi - BIU (js@bison.lif.icnet.uk)
Fri, 23 Sep 94 13:25:26 BST


I just noticed that the socket address structure is packed using
"c4" - four signed chars. This should be four unsigned chars,
"C4". On my SunOS system it seems to make no difference (i tried
it using both formats connecting to a number of systems) but SunOS has
a good record of automatically guessing right about these things
- it may matter on other systems.