1914. [bug] Strings returned from cfg_obj_asstring() should be

treated as read-only.  The prototype for
                        cfg_obj_asstring() has been updated to reflect this.
                        [RT #15256]
This commit is contained in:
Mark Andrews
2005-08-23 02:36:11 +00:00
parent d3195a7f45
commit 4e1d3e67cd
17 changed files with 102 additions and 88 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.4 2004/03/05 04:59:23 marka Exp $ */
/* $Id: named.conf,v 1.5 2005/08/23 02:36:08 marka Exp $ */
controls { /* empty */ };
@@ -29,6 +29,7 @@ options {
listen-on-v6 { none; };
notify yes;
max-cache-size 10000;
disable-empty-zone 127.IN-ADDR.ARPA;
};
zone "." {