| Field |
Value |
| Bugzilla ID |
4219 |
| Reporter |
Erik Sohns |
| Assigned to |
DOC Center Support List (internal) |
| Product |
ACE |
| Component |
ACE Core |
| Version |
6.4.2 |
| Platform / OS |
x86 / Windows NT |
| Priority |
P3 |
| Severity |
normal |
| Status |
NEW |
| Resolution |
|
| Created |
2017-02-11 09:45:33 -0600 |
Originally posted by Erik Sohns on 2017-02-11 09:45:33 -0600
ACE_Data_Block::clone() invokes ACE_Data_Block::clone_nocopy(). This allocates a data block with the required size (max_size_), but fails to adjust the cur_size_ accordingly after invoking the ctor.