[ https://issues.apache.org/jira/browse/STDCXX-597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573918#action_12573918 ] Travis Vitek commented on STDCXX-597: ------------------------------------- Commited to trunk in [r632418|http://svn.apache.org/viewvc?view=rev&revision=632418]. > purify reports uninitialized memory read in _rw_get_char > --------------------------------------------------------- > > Key: STDCXX-597 > URL: https://issues.apache.org/jira/browse/STDCXX-597 > Project: C++ Standard Library > Issue Type: Improvement > Components: Test Driver > Affects Versions: 4.2.0 > Reporter: Travis Vitek > Assignee: Travis Vitek > Priority: Minor > Fix For: 4.2.1 > > Original Estimate: 2h > Remaining Estimate: 2h > > {noformat} > **** Purify instrumented ./21.string.access (pid 2878) **** > UMR: Uninitialized memory read: > * This is occurring while in thread 2878: > _rw_get_char(char const*, char const**, unsigned*) [char.cpp:562] > rw_match(char const*, char const*, unsigned) [char.cpp:816] > test_access, std::allocator >(char, std::char_traits*, char*, StringFunc const&, StringTestCase const&) [21.string.access.cpp:274] > test_access(StringFunc const&, StringTestCase const&) [21.string.access.cpp:317] > _rw_test_case(StringFunc const&, StringTestCase const&, (*)(StringFunc const&, StringTestCase const&)) [21.strings.cpp:1298] > _rw_run_cases(StringFunc const&, StringTest const&) [21.strings.cpp:1353] > * Reading 1 byte from 0x8182256 in the heap. > * Address 0x8182256 is 14 bytes into a malloc'd block at 0x8182248 of 46 bytes. > * This block was allocated from thread -1207973632: > malloc [rtlib.o] > operator new(unsigned) [libstd15d.so] > __rw::__rw_allocate(unsigned, int) [memory.cpp:53] > std::allocator::allocate(unsigned, const*) [_allocator.h:144] > std::string, std::allocator>::_C_get_rep(unsigned, unsigned) [string.cc:102] > std::string, std::allocator>::string, std::allocator>[not-in-charge](char const*, unsigned, std::allocator const&) [string.cc:180] > **** Purify instrumented ./21.string.access (pid 2878) **** > UMR: Uninitialized memory read: > * This is occurring while in thread 2878: > _rw_get_char(char const*, char const**, unsigned*) [char.cpp:562] > rw_match(char const*, char const*, unsigned) [char.cpp:816] > test_access, std::allocator >(char, UserTraits*, char*, StringFunc const&, StringTestCase const&) [21.string.access.cpp:274] > test_access(StringFunc const&, StringTestCase const&) [21.string.access.cpp:317] > _rw_test_case(StringFunc const&, StringTestCase const&, (*)(StringFunc const&, StringTestCase const&)) [21.strings.cpp:1298] > _rw_run_cases(StringFunc const&, StringTest const&) [21.strings.cpp:1353] > * Reading 1 byte from 0x818d5a6 in the heap. > * Address 0x818d5a6 is 14 bytes into a malloc'd block at 0x818d598 of 46 bytes. > * This block was allocated from thread -1207973632: > malloc [rtlib.o] > operator new(unsigned) [libstd15d.so] > __rw::__rw_allocate(unsigned, int) [memory.cpp:53] > std::allocator::allocate(unsigned, const*) [_allocator.h:144] > std::basic_string, std::allocator>, std::allocator >::_C_get_rep(unsigned, unsigned) [string.cc:102] > std::basic_string, std::allocator>, std::allocator >::basic_string, std::allocator>[not-in-charge](char const*, unsigned, std::allocator const&) [string.cc:180] > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.