Gaetano Mendola wrote: > "Bruce Momjian" <[EMAIL PROTECTED]> wrote: > > I see other strdup() calls that don't check on a return. Should we deal > > with those too? > > Well strdup obtain the memory for the new string using a malloc > and normally is a good habit check the return value of a malloc.
Right. My point is that we have lots of other strdup's in the code. Should we fix those too? Seems we should be consistent. -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])