Module Name: src Committed By: plunky Date: Tue Apr 5 18:19:04 UTC 2011
Modified Files: src/lib/libbluetooth: sdp_put.c sdp_set.c Log Message: Don't add the passed in 'len' value while testing if the data space is large enough, to handle the edge case where len is large (up to SSIZE_MAX may be valid on some machines) causing pointers to wrap around and the fail condition to be missed. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libbluetooth/sdp_put.c cvs rdiff -u -r1.2 -r1.3 src/lib/libbluetooth/sdp_set.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.