CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2026/05/02 07:08:36

Modified files:
        usr.sbin/acme-client: json.c netproc.c 

Log message:
Prevent memory leaks from json_getstr.

json_getstr returns the result of strdup (or NULL) to the caller so
the caller has to free the memory.

While here, setting order->finalize to NULL once is enough.

>From Jan Schreiber (jes AT posteo.de), with input from tb.

OK tb (some time ago)

Reply via email to