Age | Commit message (Collapse) | Author | Files | Lines |
|
Warned-by: cppcheck
|
|
This is actually due to our local va_copy() compatibility code, which
cppcheck does not understand. Using the same code w/o the local macro
does not emit the false positive.
|
|
We do not really need to normalize the return code, which was confusing
the cppcheck for which we required a supression.
|
|
Supress false positives and intended code usage.
|
|
Ignore EPERM for chown and chmod based syscalls. And give a more
meaningful error message on chroot().
Closes: #614126
|
|
The paths are different in the CPAN distribution, so we need to use a
glob to catch the file in both layouts.
|
|
|