]> git.saurik.com Git - apple/mdnsresponder.git/blobdiff - mDNSShared/dnssd_ipc.c
mDNSResponder-66.3.tar.gz
[apple/mdnsresponder.git] / mDNSShared / dnssd_ipc.c
index 186f4d332a772100b6d34abab53ab3a93fa4949d..9f509a44a404dd71c35f0485149873f5ff3b32f3 100644 (file)
@@ -3,6 +3,8 @@
  *
  * @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
 
@@ -100,7 +109,6 @@ int put_string(const char *str, char **ptr)
     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;