Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 429926 [details] 0001-Bug-611850-fix-coverity-Defect-Type-Error-handli.patch
To ssh://git.fedorahosted.org/git/389/ds.git 7a9c069..85eb921 master -> master commit 85eb9216d5d4163139a90432084452cf81c8444e Author: Rich Megginson <rmeggins> Date: Tue Jul 6 16:47:45 2010 -0600 Reviewed by: nhosoi (Thanks!) Branch: HEAD Fix Description: Check the error return from the functions. In some cases, I was able to figure out that the calling function should perform additional error handling (return early, goto error label), but in general the code just logs an appropriate error message and continues. I was able to get rid of some more libacl code. I removed an unused variable from modify.c Platforms tested: RHEL5 x86_64 Flag Day: no Doc impact: no