Tess Gauthier
0db6f3e486
resolve merge conflicts
2023-08-21 16:35:13 -04:00
Damien Miller
01dbeb3084
avoid clash between for getopt's struct option
...
Since we don't use getopt_long() nothing outside the getopt()
implementation itself uses this structure, so move it into the
source to remove it from visibility and clashes with libc's
ok dtucker@
2023-02-27 17:10:12 +11:00
Tess Gauthier
ff62288f8e
add codeql fixes/suppressions ( #664 )
2023-02-13 11:39:59 -05:00
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
0abfb559e3
- (dtucker) [openbsd-compat/getopt.h openbsd-compat/getopt_long.c
...
openbsd-compat/openbsd-compat.h] pull in getopt.h from openbsd and plumb
in to use it when we're using our own getopt.
2013-05-10 18:08:49 +10:00
Darren Tucker
ccfdfceacb
- (dtucker) [openbsd-compat/Makefile.in openbsd-compat/getopt.c
...
openbsd-compat/getopt_long.c regress/modpipe.c] Remove getopt.c, add
portability code to getopt_long.c and switch over Makefile and the ugly
hack in modpipe.c. Fixes bz#1448.
2013-05-10 16:28:55 +10:00
Darren Tucker
3933202007
- (dtucker) [openbsd-compat/getopt_long.c] Import from OpenBSD. No
...
portability changes yet.
2013-05-10 15:38:11 +10:00