CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2021/09/11 08:54:06

Added files:
        security/libssh2/patches: patch-example_subsystem_netconf_c 

Log message:
security/libssh2: avoid printf %n in example code

The old code is also broken, as it passes a pointer to a variable
of a different size (on LP64).  There is no check for truncation,
but buf[] is 1MB in size.

ok benoit@ sthen@

Reply via email to