FYI: strdup() -> xstrdup()

DJ Delorie dj@delorie.com
Mon Nov 22 15:14:00 GMT 1999


> My concern about doing this is that there could be third party code
> (ui goo, simulators, target i/o libraries, etc.) that may be linked
> with GDB that uses strdup() directly.

strdup()
{
  return xstrdup();
}


More information about the Gdb-patches mailing list