Tess Gauthier
11e2996573
address codeQL warnings ( #598 )
...
* codeql fixes
* fix type mismatches
* fix pointers in w32_time methods
* fixes for codeQL warnings
* modify checks for codeql warnings
* add comments for codeql suppressions
* additional codeql fixes and suppressions
* add codeql fixes
* add comments for codeql
* add comments for codeql
* switch from debug to error log messages
* fix another merge conflict
fix line endings in gss-sspi.c
* add null check in channels.c
* address PR feedback
* address additional review feedback
* add CodeQL comments to common code
* fix unittest-win32compat
* fix unit test
* address review feedback
* remove suppression
2022-11-30 11:57:01 -05:00
Damien Miller
57ed647ee0
polish whitespace for portable files
2021-04-03 17:47:37 +11:00
Darren Tucker
8a15f01aff
- (dtucker) [openbsd-compat/strtonum.c] Include stdlib.h for strtoll,
...
otherwise it is implicitly declared as returning an int.
2006-08-05 16:27:20 +10:00
Darren Tucker
2c1a02a8d0
- (dtucker) [loginrec.c openbsd-compat/xmmap.c openbsd-compat/bindresvport.c
...
openbsd-compat/glob.c openbsd-compat/mktemp.c openbsd-compat/port-tun.c
openbsd-compat/readpassphrase.c openbsd-compat/strtonum.c] Include <errno.h>.
2006-07-12 22:40:50 +10:00
Darren Tucker
7f24a0e647
- (dtucker) [openbsd-compat/{LOTS}] Move the "OPENBSD ORIGINAL" markers to
...
after the copyright notices. Having them at the top next to the CVSIDs
guarantees a conflict for each and every sync.
2005-11-10 16:18:56 +11:00
Damien Miller
de3cb0a3dc
- (djm) [configure.ac openbsd-compat/Makefile.in]
...
[openbsd-compat/openbsd-compat.h openbsd-compat/strtonum.c]
Add strtonum(3) from OpenBSD libc, new code needs it.
Unfortunately Linux forces us to do a bizarre dance with compiler
options to get LLONG_MIN/MAX; Spotted by and ok dtucker@
2005-05-26 20:48:25 +10:00