On Friday, 31 May 2019 13:17:30 CEST Yanis Kurganov wrote: > I got a crash here: > https://git.libssh.org/projects/libssh.git/tree/src/pki_container_openssh.c# > n174 > > MS VS didn't support %zu specifier before 2013: > https://stackoverflow.com/questions/15610053/correct-printf-format-specifier > -for-size-t-zu-or-iu > > Do you support VS 2012?
We are a small team and we are Linux developers. We do our best to support Windows but we only support the latest version of VC. We require C99 and %zu should be C99. Andreas