- 14 Jan, 2019 3 commits
-
-
Luca Boccassi authored
Solution: add it now that it's been assigned
-
Simon Giesecke authored
Problem: test_rebind_ipc still fails
-
Luca Boccassi authored
Solution: create manually the random IPC file to reuse
-
- 13 Jan, 2019 3 commits
-
-
Constantin Rack authored
Problems: test failing on SPARC64 and hard-coded socket binds
-
Luca Boccassi authored
Solution: use wildcards or random directories to avoid races when multiple users are running the same test on the same machine
-
Luca Boccassi authored
Solution: use memcpy instead of doing pointer arithmetics with casting and dereferencing to fix the error on sparc64
-
- 12 Jan, 2019 5 commits
-
-
Constantin Rack authored
Problem: versions are out of date
-
Luca Boccassi authored
Solution: bump ABI and revisions and changelog now that v4.3.1 is out
-
Luca Boccassi authored
-
Constantin Rack authored
Problem: NEWS out of date with recent changes
-
Luca Boccassi authored
Solution: update it
-
- 09 Jan, 2019 4 commits
-
-
Doron Somech authored
Problem: small formatting issue highlighted by clang
-
Luca Boccassi authored
Solution: fix it with make clang-format-diff
-
Luca Boccassi authored
V2 decoder overflow RCE fix
-
Guido Vranken authored
Solution: Cast the signed expression (which is always positive) to unsigned Signed-off-by: Guido Vranken <guidovranken@gmail.com>
-
- 08 Jan, 2019 2 commits
-
-
Guido Vranken authored
Solution: added relicense agreement Signed-off-by: Guido Vranken <guidovranken@gmail.com>
-
Guido Vranken authored
Problem: pointer overflow in zmq::v2_decoder_t::size_ready leading to remote code execution (issue #3351) Solution: refactor bounds check arithmetic such that no overflow shall occur Signed-off-by: Guido Vranken <guidovranken@gmail.com>
-
- 02 Jan, 2019 2 commits
-
-
Luca Boccassi authored
Problem: unused import and inconsistent use of const
-
Shubham Lagwankar authored
Solution: remove unused import and fix const placement.
-
- 30 Dec, 2018 1 commit
-
-
Simon Giesecke authored
Problem: race condition in PUSH might break atomicity
-
- 28 Dec, 2018 1 commit
-
-
Luca Boccassi authored
Solution: if a multi-part message cannot be delivered by a PUSH socket because the pipe is broken mid-way, drop the rest of the frames so that the atomicity property is not broken.
-
- 25 Dec, 2018 2 commits
-
-
Luca Boccassi authored
Problem: tests without test framework
-
Simon Giesecke authored
Solution: migrate to unity
-
- 17 Dec, 2018 2 commits
-
-
Simon Giesecke authored
Problem: Android helper does not redirect pkg-config
-
Luca Boccassi authored
Solution: set the appropriate options, environment variables and paths so that the host pkg-config files are ignored, and the target ones are used instead (if any)
-
- 16 Dec, 2018 3 commits
-
-
Luca Boccassi authored
Migrate more tests to Unity
-
Simon Giesecke authored
-
Simon Giesecke authored
Solution: migrate to unity
-
- 15 Dec, 2018 3 commits
-
-
Constantin Rack authored
Problem: pkg-config file cannot be used for static linking, missing dependencies in packaging
-
Luca Boccassi authored
Solution: add them so that pkg-config Requires.private is satisfied
-
Luca Boccassi authored
Solution: use requires.private, which pkg-config expands recursively so that dependencies of dependencies can be linked against when using pkg-config --static
-
- 14 Dec, 2018 8 commits
-
-
Luca Boccassi authored
Solution: use the same for both autotools and cmake
-
Luca Boccassi authored
Go back to ld --version-script to hide private symbols
-
Jeremie Courreges-Anglas authored
Solution: go back to using -Wl,--version-script. Use ax_check_vscript.m4 from the autoconf-archive to detect support on multiple platforms (eg Solaris ld(1) -M). libtool -export-symbols-regexp used ld(1) --retain-symbols-file under the hood, the latter lets some C++ weak symbols make their way into the dynamic symbols table, along with the zmq_* interface. The reason for such behavior is unknown to me.
-
Luca Boccassi authored
TCP_NODELAY is set prior to connecting
-
Jacques Germishuys authored
Solution: add it
-
Jacques Germishuys authored
Solution: Set TCP_NODELAY after connect() Reference: https://mail.openvswitch.org/pipermail/ovs-dev/2014-October/290251.html
-
Simon Giesecke authored
Fix a typo - lenght to length
-
Erick Tryzelaar authored
Noticed there was a small typo in the documentation.
-
- 10 Dec, 2018 1 commit
-
-
Luca Boccassi authored
Problem: tests without test framework
-