Skip to content

Commit

Permalink
build: changes to support v4.3.4
Browse files Browse the repository at this point in the history
To avoid a use-after-free crash in `execute_timers` that showed up when running
the test suite with valgrind.

Refs: zeromq#3645
  • Loading branch information
santigimeno committed Apr 8, 2021
1 parent 52690da commit e83a94a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zmq.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@
'src/stream.hpp',
'src/stream_connecter_base.cpp',
'src/stream_connecter_base.hpp',
'src/stream_engine.cpp',
'src/stream_engine.hpp',
'src/stream_engine_base.cpp',
'src/stream_engine_base.hpp',
'src/stream_listener_base.cpp',
'src/stream_listener_base.hpp',
'src/sub.cpp',
Expand Down

0 comments on commit e83a94a

Please sign in to comment.