public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/zeromq/files: 2.1.6-msg-mask.patch
@ 2011-05-04  8:29 Dirkjan Ochtman (djc)
  0 siblings, 0 replies; only message in thread
From: Dirkjan Ochtman (djc) @ 2011-05-04  8:29 UTC (permalink / raw
  To: gentoo-commits

djc         11/05/04 08:29:13

  Added:                2.1.6-msg-mask.patch
  Log:
  Take upstream fix for bad assertion.
  
  (Portage version: 2.1.9.46/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-libs/zeromq/files/2.1.6-msg-mask.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/zeromq/files/2.1.6-msg-mask.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/zeromq/files/2.1.6-msg-mask.patch?rev=1.1&content-type=text/plain

Index: 2.1.6-msg-mask.patch
===================================================================
https://github.com/zeromq/zeromq2-1/commit/71cb36d04bd74ca82aca3868e665831733995be7
--- src/decoder.cpp.bak	2011-05-04 10:19:21.000000000 +0200
+++ src/decoder.cpp	2011-05-04 10:18:50.000000000 +0200
@@ -109,7 +109,7 @@
 bool zmq::decoder_t::flags_ready ()
 {
     //  Store the flags from the wire into the message structure.
-    in_progress.flags = tmpbuf [0];
+    in_progress.flags = tmpbuf [0] | ~ZMQ_MSG_MASK;
 
     next_step (zmq_msg_data (&in_progress), zmq_msg_size (&in_progress),
         &decoder_t::message_ready);






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-04  8:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-04  8:29 [gentoo-commits] gentoo-x86 commit in net-libs/zeromq/files: 2.1.6-msg-mask.patch Dirkjan Ochtman (djc)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox