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
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