1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

cov: mark warning as expected one

(cherry picked from commit 9238b972c5)

Conflicts:
	base/data-struct/radix-tree-adaptive.c
	device_mapper/libdm-file.c
This commit is contained in:
Zdenek Kabelac 2018-11-01 15:44:13 +01:00 committed by Marian Csontos
parent c9e5e6800c
commit 93ac80037a

View File

@ -221,6 +221,8 @@ retry_fcntl:
goto fail_close_unlink;
}
/* coverity[leaked_handle] intentional leak of fd handle here */
return 1;
fail_close_unlink: