]> git.neil.brown.name Git - mdadm.git/commit
mdadm: msg.c fix coverity issues
authorNigel Croxon <ncroxon@redhat.com>
Wed, 24 Jul 2024 13:20:28 +0000 (09:20 -0400)
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Tue, 30 Jul 2024 14:06:45 +0000 (16:06 +0200)
commit87f96c870399cd029933a9742ba72e85e3251c3e
treed466c3f790c52117ba79f5435ce8312198da9e8d
parent2a4c40766d654dcbf5911d1b7b63bbbe8b2c0128
mdadm: msg.c fix coverity issues

Fixing the following coding errors the coverity tools found:

* Event check_return: Calling "fcntl(sfd, 4, fl)" without
checking return value. This library function may fail and
return an error code.

Signed-off-by: Nigel Croxon <ncroxon@redhat.com>
msg.c