History log of /netbsd/lib/libbluetooth/sdp_set.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 16fde444 05-Apr-2011 plunky <plunky@NetBSD.org>

inc pointer, so we store the value in the correct place


# fcc47fcc 05-Apr-2011 plunky <plunky@NetBSD.org>

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 wra

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.

show more ...


# 8ebedbbb 14-May-2009 plunky <plunky@NetBSD.org>

fix some signed vs unsigned comparison issues


# dfbf818a 12-May-2009 plunky <plunky@NetBSD.org>

Add in the new Service Discovery Protocol API as announced previously in
http://mail-index.netbsd.org/tech-userlevel/2009/02/27/msg001764.html

in lib/libbluetooth, add new SDP functions and bump m

Add in the new Service Discovery Protocol API as announced previously in
http://mail-index.netbsd.org/tech-userlevel/2009/02/27/msg001764.html

in lib/libbluetooth, add new SDP functions and bump minor version
replace usr.sbin/sdpd with new version
install sdp.h and sdp.3 from lib/libbluetooth

(Don't remove libsdp yet since some programs still refer to it)

show more ...