Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Sep 2024 05:48:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 281158] [PATCH] mfiutil: Handle potential ioctl(2) failures in mfi_flash.c
Message-ID:  <bug-281158-227-sJ5ZtzjKoj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-281158-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-281158-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281158

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Dbac98f86c98421f6153c749b6c77995ef=
778e2fb

commit bac98f86c98421f6153c749b6c77995ef778e2fb
Author:     WHR <whr@rivoreo.one>
AuthorDate: 2024-09-03 05:12:20 +0000
Commit:     Xin LI <delphij@FreeBSD.org>
CommitDate: 2024-09-03 05:46:51 +0000

    mfiutil: Handle potential ioctl(2) failures in mfi_flash.c

    The return value of function 'mfi_dcmd_command' should always be checked
for
    the potential ioctl(2) failure.

    PR:             281158
    MFC after:      1 week
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1403

 usr.sbin/mfiutil/mfi_flash.c | 39 ++++++++++++++++++++++++++++-----------
 1 file changed, 28 insertions(+), 11 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281158-227-sJ5ZtzjKoj>