Skip to content
Release 3.7.13.4
================

Contributors
------------

-  Andrej Rode mail@andrejro.de
-  Cate Miller cate@skysafe.io
-  Karel Pärlin karelparlin@gmail.com
-  Marcus Müller marcus@hostalia.de
-  Martin Braun martin.braun@ettus.com
-  Paul Wicks pwicks86@gmail.com
-  Sebastian Koslowski sebastian.koslowski@gmail.com

[3.7.13.4] - 2018-07-15
-----------------------

Fixed
~~~~~

Project Scope
^^^^^^^^^^^^^

-  Fix Boost 1.67 linking issue

   .. rubric:: gnuradio-runtime
      :name: gnuradio-runtime

-  Logging: fixed issues where messages weren't properly written to
   stdout/stderr due to incorrect strings

   .. rubric:: gr-analog
      :name: gr-analog

-  ``fmdet_cf``'s derivative coefficients were wrong.

   .. rubric:: gr-blocks
      :name: gr-blocks

-  ``skiphead`` used to incorrectly handle tags, now properly shifts

   .. rubric:: gr-digital
      :name: gr-digital

-  ``qa_packet_format``: Unit test used to potentially lock up due to
   incorrect conditionals
-  ``clock_recovery_cc``, ``crc32_bb``: Accessing the ``[0]`` element of
   an empty vector is UB, even if you don't use the result afterwards.

   .. rubric:: gr-fec
      :name: gr-fec

-  ``polar_encoder``/``_common``: Fixed multiple out-of-bound accesses
   due to insufficient vector length checks

   .. rubric:: gr-filter
      :name: gr-filter

-  ``fft_filter``, ``filter_delay``: Accessing the ``[0]`` element of an
   empty vector is UB, even if you don't use the result afterwards.