diff options
author | Nathan Kinder <nkinder@redhat.com> | 2010-09-09 10:18:59 -0700 |
---|---|---|
committer | Nathan Kinder <nkinder@redhat.com> | 2010-09-09 10:18:59 -0700 |
commit | d88253df42157df3d112122c3551b0969e9ce8a0 (patch) | |
tree | a2d82ffc772dbf775ef2489d6f34878994beecf8 /lib/libaccess/oneeval.cpp | |
parent | b2962bd5ecab66571b2afe223a61ff1a7d53dc3c (diff) | |
download | ds-d88253df42157df3d112122c3551b0969e9ce8a0.tar.gz ds-d88253df42157df3d112122c3551b0969e9ce8a0.tar.xz ds-d88253df42157df3d112122c3551b0969e9ce8a0.zip |
Bug 630090 - (cov#11974) Remove unused ACL functions
Coverity flagged a memory corruption issue in an old unused
ACL function. It is best to just remove these unused functions.
The functions removed are:
ACL_ParseFile
ACL_WriteFile
ACL_WriteString
ACL_Decompose
acl_to_str_*
acl_decompose_*
Diffstat (limited to 'lib/libaccess/oneeval.cpp')
-rw-r--r-- | lib/libaccess/oneeval.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libaccess/oneeval.cpp b/lib/libaccess/oneeval.cpp index ed29ee47..f3283b69 100644 --- a/lib/libaccess/oneeval.cpp +++ b/lib/libaccess/oneeval.cpp @@ -137,10 +137,10 @@ static ACLDispatchVector_t __nsacl_vector = { /* ACL language and file interfaces */ - ACL_ParseFile, + NULL /* ex ACL_ParseFile*/, ACL_ParseString, - ACL_WriteString, - ACL_WriteFile, + NULL /* ex ACL_WriteString*/, + NULL /* ex ACL_WriteFile */, NULL /* ex ACL_FileRenameAcl */, NULL /* ex ACL_FileDeleteAcl */, NULL /* ex ACL_FileGetAcl */, |