Fix our version of strdup() to adhere to the standard semantics for
Tom Lane <tgl@sss.pgh.pa.us>
Fix our version of strdup() to adhere to the standard semantics for out-of-memory --- that is, return NULL rather than dumping core. Noted by Qingqing Zhou.
Files
| Path | Change | +/− |
|---|---|---|
| src/port/strdup.c | modified | +5 −3 |