CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2023/11/10 05:12:02
Modified files: lib/libutil : ber.c Log message: Give ober_printf_elements() a ber_element array, similar to ober_scanf_elements(). This allows us to move down and back up multiple levels in with nested sequences and sets. While here, on failure, make sure we free (and unlink if needed) all elements we created. OK claudio@, tb@