Re: CVS commit: src/lib/libbluetooth

2011-04-04 Thread Iain Hibbert
On Mon, 4 Apr 2011, Alan Barrett wrote: > On Mon, 04 Apr 2011, Iain Hibbert wrote: > > Modified Files: > > src/lib/libbluetooth: sdp_get.c > > > > Log Message: > > handle overflowed values correctly, > > also put a compile time guard to warn if INTMAX won't fit in INT64 > > (all our ports curr

Re: CVS commit: src/lib/libbluetooth

2011-04-04 Thread Alan Barrett
On Mon, 04 Apr 2011, Iain Hibbert wrote: Modified Files: src/lib/libbluetooth: sdp_get.c Log Message: handle overflowed values correctly, also put a compile time guard to warn if INTMAX won't fit in INT64 (all our ports currently have INTMAX = INT64) The actual code tests #if INTMA