CVS: cvs.openbsd.org: src
Claudio Jeker <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/09 03:25:17 Modified files: usr.sbin/rpki-client: ometric.c Log message: Escape label values and help text according to OpenMetric ABNF In rpki-client we pass URIs as labels and those URIs could include a double quote char which needs escaping. Implement this similar to how it is done in json.c. While there also handle the case for the help text even though those strings are hard coded and clean. OK tb@