wolfssh/examples/client
John Safranek 487bcef2cc
Fix Memory
1. A couple places weren't passing the correct heap pointer to free.
   Normally this was ignored in the build because the WMALLOC macro left
   them out. Found using wolfCrypt memory logging.
2. Replaced the call to strdup() with wstrdup() that takes a heap and
   type parameter so sit may allocate a buffer with WMALLOC() and be
   freed correctly by WFREE().
3. Tweaked the client to use a preallocated buffer for the private key
   rather than letting ReadKey allocate one. (Another WFREE() heap/type
   issue.)
2020-09-02 12:11:24 -07:00
..
client.c Fix Memory 2020-09-02 12:11:24 -07:00
client.h update copyright to 2020 2020-01-03 15:16:47 -08:00
include.am Automake Include Maintenance 2020-02-10 15:44:55 -08:00