Todd C. Miller
|
446ae3f507
|
Include string.h unconditionally and only use strings.h for strn?casecmp()
In the pre-POSIX days BSD had strings.h, not string.h.
Now strings.h is only used for non-ANSI string functions.
|
2020-05-18 07:59:24 -06:00 |
|
Todd C. Miller
|
1e1ef61902
|
Add SPDX-License-Identifier to files.
|
2019-04-29 07:21:51 -06:00 |
|
Todd C. Miller
|
6c3d20cb41
|
Convert PVS-Studio comment to ANSI C.
|
2018-10-26 08:39:09 -06:00 |
|
Todd C. Miller
|
64e5d34c57
|
Add comments in .c files so PVS-Studio will check them.
|
2018-10-21 08:46:05 -06:00 |
|
Todd C. Miller
|
48fba3c2cc
|
update my email to Todd.Miller@sudo.ws
|
2017-12-03 17:53:40 -07:00 |
|
Todd C. Miller
|
a957a657b0
|
Double the size of new_fmt[] and remove an extraneous break in the
%m handling that was leftover from an earlier edit.
|
2017-01-13 16:39:31 -07:00 |
|
Todd C. Miller
|
921ad88ab8
|
Fix typo, want vsnprintf not snprintf.
|
2017-01-13 16:30:44 -07:00 |
|
Todd C. Miller
|
d078450fb5
|
Use a static buffer if possible.
|
2016-10-19 12:56:34 -06:00 |
|
Todd C. Miller
|
19c96da44d
|
add vsyslog() for systems without it.
|
2016-10-19 11:32:36 -06:00 |
|