Created attachment 236553 [details] Memory initializing fix There was a bug in the previous doas fix which could result in an uninitialized target username. The update to 6.3p9 fixes this potential problem: https://github.com/slicer69/doas/releases/tag/6.3p9
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval. -- Attachment -> Details -> maintainer-approval [+] ^Triage: Maintainer-feedback flag (+) not required unless requested (?) first. Thanks!
(In reply to Fernando Apesteguía from comment #1) Scratch the Maintainer-feedback flag thing. Sorry.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3198d9a7bd53ea8a087740f58bf3f0a9ada6417 commit d3198d9a7bd53ea8a087740f58bf3f0a9ada6417 Author: Jesse Smith <jsmith@resonatingmedia.com> AuthorDate: 2022-09-20 06:15:43 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-09-20 15:31:27 +0000 security/doas: Update to 6.3p9 ChangeLog: https://github.com/slicer69/doas/releases/tag/6.3p9 PR: 266413 Reported by: jsmith@resonatingmedia.com (maintainer) security/doas/Makefile | 2 +- security/doas/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Committed, Thanks!