2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Add comments in .c files so PVS-Studio will check them.

This commit is contained in:
Todd C. Miller
2018-10-21 08:46:05 -06:00
parent 45652e6d71
commit 64e5d34c57
193 changed files with 603 additions and 25 deletions

View File

@@ -15,6 +15,9 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
// This is an open source non-commercial project. Dear PVS-Studio, please check it.
// PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
/*
* Trivial replacements for the libc get{gr,pw}{uid,nam}() routines
* for use by testsudoers in the sudo test harness.