[quake3] md5.c is not 64 bit-safe.

Tony J. White tjw at webteam.net
Wed Apr 26 12:33:03 EDT 2006


On Wed, Apr 26, 2006 at 05:50:18PM +0200, Thilo Schulz wrote:
> On Wednesday 26 April 2006 17:35, Erik Auerswald wrote:
> > In the file server/sv_rankings.c uint32_t is used, so maybe this could
> > be used instead since an int might be larger than 4 bytes (which is
> > checked in qcommon/md4.c).
> 
> if you peek into the Makefile and search for sv_rankings.c you'll notice that 
> file will never get compiled.

Yeah it appears that uint32_t isn't supported by (at least) Microsoft yet
because it's from a C99 standard.

At least one more patch coming I guess :) 

-Tony
 



More information about the quake3 mailing list