[BUG] in Linux v4 -> Endian Mixup in Linux !

Linux specific forum
pbdep
User
User
Posts: 68
Joined: Fri Apr 25, 2003 5:18 pm
Location: Netherlands

[BUG] in Linux v4 -> Endian Mixup in Linux !

Post by pbdep »

There is an Endian Mixup in linux...not sure about Mac OS.

Linux return GetClientIP(X) -> 1.0.0.127 instead of 127.0.0.1


Norman.

PS: Can I use a library from v4Beta4 to workaround this?
walker
Enthusiast
Enthusiast
Posts: 634
Joined: Wed May 05, 2004 4:04 pm
Location: Germany

Post by walker »

please report bugs in the apropriate forum (Bug Reports) ... and if possible always with a code snippet which demontrates the bug...
Nik
Addict
Addict
Posts: 1017
Joined: Fri May 13, 2005 11:45 pm
Location: Germany
Contact:

Post by Nik »

well IPs noramlly are in Network byteorde which is big Endian
Post Reply