CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/15 12:26:47
Modified files:
usr.sbin/acme-client: util.c
Log message:
writebufg() does two write(2) calls, both can return EPIPE, so handle it in
both cases. Avoids race in the exit path. ok sthen@ florian@
