[Libreoffice-commits] core.git: sal/osl
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Nov 26 09:01:18 UTC 2019
sal/osl/unx/file_volume.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b23b2c1df9df0520a2e5baacf5b7d3fcdb3078a9
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sat Nov 23 19:56:21 2019 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Nov 26 10:00:15 2019 +0100
cid#706206 Time of check time of use
add attribute markup
Change-Id: I8d70513ae3e7abf80368016343f69060f197eae0
Reviewed-on: https://gerrit.libreoffice.org/83586
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sal/osl/unx/file_volume.cxx b/sal/osl/unx/file_volume.cxx
index 7125580f7fe9..3c51a909359e 100644
--- a/sal/osl/unx/file_volume.cxx
+++ b/sal/osl/unx/file_volume.cxx
@@ -214,6 +214,7 @@ static oslFileError osl_psz_getVolumeInformation (
{
OSL_detail_STATFS_STRUCT sfs;
OSL_detail_STATFS_INIT(sfs);
+ // coverity[fs_check_call : FALSE]
if ((OSL_detail_STATFS(pszDirectory, &sfs)) < (0))
{
oslFileError result = oslTranslateFileError(errno);
More information about the Libreoffice-commits
mailing list