visuve
visuve
- On newer Windows, a path might hold up to 32,767 characters - https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation - The previous installation did not also check for ERROR_INSUFFICIENT_BUFFER which could lead to an ill...
- The code was messy - The message buffer was not initialized
- Found them using Cppcheck
- Assignment of function parameter has no effect outside the function
- The code did not compile due to missing dependencies etc. - There were a lot of redundancy in the dependencies - e.g. Microsoft.VisualStudio.SDK already pulls a lot of dependencies...
- What you expect to be happening. - When there is no internet connection or no connection at all ``zerotier-one_x64.exe`` should just idle - What is actually happening? - ``zerotier-one_x64.exe``...