*
* @APPLE_LICENSE_HEADER_START@
*
+ * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved.
+ *
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file except in
Change History (most recent first):
$Log: dnssd_ipc.c,v $
+Revision 1.9 2004/05/18 23:51:27 cheshire
+Tidy up all checkin comments to use consistent "<rdar://problem/xxxxxxx>" format for bug numbers
+
+Revision 1.8 2003/11/05 22:44:57 ksekar
+<rdar://problem/3335230>: No bounds checking when reading data from client
+Reviewed by: Stuart Cheshire
+
Revision 1.7 2003/08/12 19:56:25 cheshire
Update to APSL 2.0
return 0;
}
-// !!!KRS we don't properly handle the case where the string is longer than the buffer!!!
int get_string(char **ptr, char *buffer, int buflen)
{
int overrun;