CVSROOT: /cvs Module name: src Changes by: l...@cvs.openbsd.org 2012/12/15 20:15:46
Modified files: sbin/dhclient : dhclient.c Log message: Prevent a potential segfault that could occur if certain calloc() and strdup() calls happen to return NULL. If they do return NULL, error out to be consistent with what most of the rest of the code does when memory allocation fails. feedback/ok krw