#8521 closed Bugs (fixed)
[Coverity] Assert with side effect in interprocess/mem_algo/rbtree_best_fit.hpp
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | interprocess |
Version: | Boost 1.53.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The commit
r42878 | igaztanaga | 2008-01-20 03:54:47 -0800 (Sun, 20 Jan 2008) | 5 lines
Updated Interprocess and Intrusive:
added the line
assert(received_size = received_size2);
which Coverity flags as suspicious for obvious reasons.
The line is still present as line 851,
BOOST_ASSERT(received_size = received_size2);
in current trunk.
Note:
See TracTickets
for help on using tickets.
(In [84356]) Fixes #8521