chiark / gitweb /
Rename *.test.tcl to test-load.tcl
[chiark-tcl.git] / maskmap / maskmap.c
index ad141a925ca38123224a0cd21cb0ccd2b420cdff..1a176818642d672626a3a7920c9566263a61497b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * maskmap - Tcl extension for address mask map data structures
- * Copyright 2006 Ian Jackson
+ * Copyright 2006-2012 Ian Jackson
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -13,9 +13,7 @@
  * General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301, USA.
+ * along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "chiark_tcl_hbytes.h"
@@ -281,6 +279,7 @@ int do_addrmap_amend(ClientData cd, Tcl_Interp *ip,
 
     breaking= &am.entries[searched];
     nreplacements= new.prefix - breaking->prefixlen + 1;
+    fixme check integer overflow ^
     replacements= TALLOC(sizeof(*replacements) * nreplacements);
 
     for (fragmentlen= breaking->prefixlen + 1,