Summary: | [PATCH] mfiutil: Fix incorrect accesses of an union member in 'struct mfi_evt_detail' | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | WHR <msl0000023508> | ||||||
Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | markj | ||||||
Priority: | --- | ||||||||
Version: | 15.0-CURRENT | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
URL: | https://sourceforge.net/p/mfiutil/code/ci/d4d66777e4685813cdc501669275bb7853a32088/ | ||||||||
Bug Depends on: | 281155 | ||||||||
Bug Blocks: | |||||||||
Attachments: |
|
Description
WHR
2024-08-31 10:22:29 UTC
Created attachment 253211 [details]
proposed fix
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=c6ad7dcd9c44a49078841e9ec42bf8621ae312c7 commit c6ad7dcd9c44a49078841e9ec42bf8621ae312c7 Author: WHR <whr@rivoreo.one> AuthorDate: 2024-09-03 04:44:48 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-09-20 22:22:44 +0000 mfiutil: Fix incorrect accesses of an union member in 'struct mfi_evt_detail' PR: 281156 Reviewed by: imp, delphij Pull Request: https://github.com/freebsd/freebsd-src/pull/1402 usr.sbin/mfiutil/mfi_evt.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) |