zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.95k stars 757 forks source link

Problem: No endian check in encoding #404

Closed gummif closed 4 years ago

gummif commented 4 years ago

Solution: Always write message part sizes using network order.

gummif commented 4 years ago

If I am not mistaken, this has not been released yet. Is it considered breaking even if the functionality is only on master?

sigiesec commented 4 years ago

Ah, sorry. Thanks for pointing out that this was only a recent addition. Then, it's fine of course. Thanks for catching this!