[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 05/06: runtime: remove thread-unsafe static
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 05/06: runtime: remove thread-unsafe static qualifier |
Date: |
Fri, 24 Jul 2015 15:23:08 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit 8f3741031af5cb9e808a7228a7564ea040cb5a1b
Author: Johnathan Corgan <address@hidden>
Date: Fri Jul 24 07:41:06 2015 -0700
runtime: remove thread-unsafe static qualifier
---
gnuradio-runtime/lib/pmt/pmt_serialize.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnuradio-runtime/lib/pmt/pmt_serialize.cc
b/gnuradio-runtime/lib/pmt/pmt_serialize.cc
index 5cc2005..6147082 100644
--- a/gnuradio-runtime/lib/pmt/pmt_serialize.cc
+++ b/gnuradio-runtime/lib/pmt/pmt_serialize.cc
@@ -531,7 +531,7 @@ deserialize(std::streambuf &sb)
uint32_t u32;
uint64_t u64;
double f64;
- static char tmpbuf[1024];
+ char tmpbuf[1024];
if (!deserialize_untagged_u8(&tag, sb))
return PMT_EOF;
- [Commit-gnuradio] [gnuradio] branch maint updated (b93e559 -> f8a9f9f), git, 2015/07/24
- [Commit-gnuradio] [gnuradio] 04/06: volk: update submodule reference to release 1.0.2, git, 2015/07/24
- [Commit-gnuradio] [gnuradio] 03/06: cmake: set correct vars when pkg-config finds GSL, git, 2015/07/24
- [Commit-gnuradio] [gnuradio] 02/06: grc: ensure only valid utf-8 is passed to markup_escape_text (fixes #813), git, 2015/07/24
- [Commit-gnuradio] [gnuradio] 01/06: grc: clean-up gui/Utils.py, git, 2015/07/24
- [Commit-gnuradio] [gnuradio] 06/06: Merge remote-tracking branch 'gnuradio-wg-grc/maint_grcwg' into maint, git, 2015/07/24
- [Commit-gnuradio] [gnuradio] 05/06: runtime: remove thread-unsafe static qualifier,
git <=