CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2023/04/26 14:53:17
Modified files: usr.sbin/bgpctl: json.c json.h Log message: Verify each fprintf call for success. On failure stop calling fprintf and return -1 in json_do_finish(). tb@ thinks this is not to horrible