Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#8521 closed Bugs (fixed)

[Coverity] Assert with side effect in interprocess/mem_algo/rbtree_best_fit.hpp

Reported by: Dan Kegel <dank@…> 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.

Change History (2)

comment:1 by Ion Gaztañaga, 9 years ago

Resolution: fixed
Status: newclosed

(In [84356]) Fixes #8521

comment:2 by Ion Gaztañaga, 9 years ago

(In [84357]) Fixes #8521

Note: See TracTickets for help on using tickets.