zcashd/depends/patches/zeromq
Kris Nuttycombe 7024b7f5c0 Patch zeromq to check the return value of snprintf where necessary.
@daira identified an error in https://github.com/zeromq/libzmq/pull/4494
that we reproduced in zcash/zcash#6393. This adds @daira's patch from
https://github.com/zeromq/libzmq/pull/4507 to ensure we handle this
potential case of undefined behavior.

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
2023-02-01 12:31:13 -07:00
..
check_snprintf_return.patch Patch zeromq to check the return value of snprintf where necessary. 2023-02-01 12:31:13 -07:00
use-snprintf-not-sprintf.patch Patch uses of `sprintf` in `zeromq` that break the build on macOS 2023-01-31 15:55:33 -07:00
windows-unused-variables.diff Use parentheses for defined in windows-unused-variables.diff 2021-01-05 22:16:20 -05:00