| Summary: | Incorrect value of ARG_TERMID_ADDR in sys/security/audit/audit.h | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Aniket Pandey <aniketp> |
| Component: | kern | Assignee: | Alan Somers <asomers> |
| Status: | Closed FIXED | ||
| Severity: | Affects Some People | CC: | asomers, emaste |
| Priority: | --- | ||
| Version: | CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Aniket Pandey
2018-06-08 03:39:23 UTC
A commit references this bug: Author: asomers Date: Wed Jun 13 14:55:32 UTC 2018 New revision: 335060 URL: https://svnweb.freebsd.org/changeset/base/335060 Log: audit(4): fix the definition of ARG_TERMID_ADDR Due to a copy/paste error in r168688, ARG_TERMID_ADDR has the same definition as ARG_SADDRUNIX. Fix it. The header change, while publicly visible, is guarded by #ifdef KERNEL, and I can't find any kmod ports that use it. So I'm not bumping __FreeBSD_version. PR: 228820 Submitted by: aniketp Sponsored by: Google, Inc. (GSoC 2018) Differential Revision: https://reviews.freebsd.org/D15702 Changes: head/sys/security/audit/audit_private.h MFC? Sure. A commit references this bug: Author: asomers Date: Sat Jun 15 23:00:24 UTC 2019 New revision: 349087 URL: https://svnweb.freebsd.org/changeset/base/349087 Log: MFC r335060 audit(4): fix the definition of ARG_TERMID_ADDR Due to a copy/paste error in r168688, ARG_TERMID_ADDR has the same definition as ARG_SADDRUNIX. Fix it. The header change, while publicly visible, is guarded by #ifdef KERNEL, and I can't find any kmod ports that use it. So I'm not bumping __FreeBSD_version. PR: 228820 Submitted by: aniketp Sponsored by: Google, Inc. (GSoC 2018) Differential Revision: https://reviews.freebsd.org/D15702 Changes: _U stable/11/ stable/11/sys/security/audit/audit_private.h |