* gdb-stabs.h (SECT_OFF_MAX): Increase to 64.
[deliverable/binutils-gdb.git] / gdb / windows-nat.c
index 62db43fb62d2417c9c2f96052ae1bf804b74c7f1..ce78a6d1818d124f8376fdd33725655dd637a680 100644 (file)
@@ -1540,7 +1540,7 @@ dll_code_sections_add (const char *dll_name, int base_addr, struct target_ops *t
   char *name;
   if (dll_name == NULL || target == NULL)
     return 0;
-  name = strdup (dll_name);
+  name = xstrdup (dll_name);
   dll_bfd = bfd_openr (name, "pei-i386");
   if (dll_bfd == NULL)
     return 0;
This page took 0.023601 seconds and 4 git commands to generate.