mkulke / ftplibpp

Platform independent c++ library providing ftp client functionality.
GNU Lesser General Public License v2.1
291 stars 108 forks source link

Fixed bug in usage of sprintf on same buffer #17

Closed mkay229 closed 5 years ago

mkay229 commented 7 years ago

This can result in undefined behavior depending on the compiler used as stated in the man page of sprintf.