diff options
author | Michael Dickens <michael.dickens@ettus.com> | 2017-08-22 14:19:57 -0400 |
---|---|---|
committer | Michael Dickens <michael.dickens@ettus.com> | 2017-08-22 14:19:57 -0400 |
commit | d1eda199e84c2e084b18e831f35858ba4f953dc0 (patch) | |
tree | 14bb38ec47fe8f67c7fac108ab86c2e51ad77477 /docs/doxygen/other/msg_passing.dox | |
parent | 26475d40e123a139cd7029c5172612d6f59d9fd3 (diff) |
runtime: fix logger_ptr to always be a pointer
Addresses issue #1383, where if GR and an OOT are built with logging
enabled but GR is build using log4cpp and the OOT is build without it,
then gr_block will be of different size & freeing it can result in
heap corruption.
This fix mades all of the logger_ptr typedefs an actual pointer, which
should always be the same size and hence gr_block will always be the
same size no matter what logging option is selected.
Diffstat (limited to 'docs/doxygen/other/msg_passing.dox')
0 files changed, 0 insertions, 0 deletions