CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2019/08/13 22:48:13
Modified files: lib/libutil : ber.c Log message: Make sure that ber in ber_scanf_elements is not NULL before parsing format where ber is utilized. This also allows us to remove the ber->be_next check, which can cause weird behaviour, because a NULL be_next would result in parsing the last element twice. OK claudio@ on previous version OK rob@