Hello,

Thanks for the updated patch! This time I applied it, had a look and here are my comments:

- memcpy_s() is not a function that exists portably, don't use it. I also
  think you can skip checking memcpy()'s return code.

- your new code produces lots of warnings and we're trying hard to not have
  warnings (some are still there but lets not add new ones). ./configure
  --enable-debug helps us see them.

- also, where it is possible please keep the source lines shorter than 80
  columns

--

 / daniel.haxx.se
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to