CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/06/13 06:34:14
Modified files: usr.sbin/rpki-client: rrdp_delta.c rrdp_notification.c rrdp_snapshot.c Log message: start_*_elem(): disallow duplicate attributes This avoids a leak of ->session_id for malformed elements with multiple "session_id" attributes, and stops silently accepting the last of repeated attributes in general (for these functions). with/ok claudio