dinhngtu
dinhngtu
Hello, [cppack does not correctly unpack 32-bit MsgPack integers into 64-bit values](https://github.com/mikeloomisgg/cppack/blob/51655ec8f2b8fed84f685e3bcf8f226b139a263b/msgpack/include/msgpack/msgpack.hpp#L842). Please see a minimal reproducer below: ```c++ std::array test_num = {65537, 65537}; packer.clear(); packer.process(test_num); std::array x; unpacker.set_data(packer.vector().data(), packer.vector().size());...
NanaZip's codec split causes NanaZipC to fail loading codecs from its application directory. Specify LOAD_LIBRARY_SEARCH_APPLICATION_DIR to SetDefaultDllDirectories to fix this issue.
### Describe the bug On read/write calls, Linux tolerates buffer values of `NULL` if `fd` is a valid file descriptor and either `count=0` or `fd` is at EOF. In short,...
The newest version of NanaZip (2b5fb9872f750bbb431abf902c873ef2e6c23484) is crashing on Windows 10 (10.0.19045.4291). Strangely I couldn't reproduce under debugger. I disabled mitigations and DllBlock but it didn't fix the issue. ```...
This PR proposes a speedup for `checksumNoFold()`. Use parallel summation with native byte order per RFC 1071; add-with-carry operation is used to add 4 words per operation. Byteswap is performed...
fixes #353, fixes #371 Provides fast drag-to-extract support for NanaZip FM. If the feature is enabled, dragging from the main window creates a directory with the name `{}.`. Directories with...
Reopened with a fix for initial values. This PR proposes a speedup for `checksumNoFold()`. Use parallel summation with native byte order per RFC 1071; add-with-carry operation is used to add...
Also remove outdated WPV 8.2 instructions. I'll keep this PR as draft until there's a fully signed version of the new Windows PV drivers. > Before submitting the pull request,...
> Before submitting the pull request, you must agree with the following statements by checking both boxes with a 'x'. > * [x] "I accept that my contribution is placed...
Add a hybrid py2/py3 script for uploading bugtool archives to Nextcloud via a drop link.