openssh-portable/contrib/win32
Mike Gilbert a915f06c78
Set argv[argc] to NULL when calling main (#755)
* Set argv[argc] to NULL when calling main

ISO C states that argv[argc] shall be a null pointer.

The OpenSSH codebase does not appear to rely on this currently, but
better to be safe in case something changes.

* Check for malloc failure in sshd wmain
2024-10-14 17:43:35 -04:00
..
install add sshd-session to msi (#753) 2024-10-09 14:23:52 -04:00
openssh Update version.rc (#754) 2024-10-09 16:38:44 -04:00
win32compat Set argv[argc] to NULL when calling main (#755) 2024-10-14 17:43:35 -04:00