CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/19 01:18:59
Modified files:
lib/libutil : imsg.c
Log message:
Handle malloc(0) returning NULL (which can happen on some other
platforms) by explicitly making imsg->data = NULL when there is no
data. ok deraadt
