You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/09/06 17:02:36 UTC

[jira] Commented: (STDCXX-508) __rw_catlist vector accessed beyond the last element in third call to catopen() (src/catalog.cpp)

    [ https://issues.apache.org/jira/browse/STDCXX-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525435 ] 

Farid Zaripov commented on STDCXX-508:
--------------------------------------

Since this issue is related to STDCXX-542, the regression test for STDCXX-542 was extended to check both issues:
http://svn.apache.org/viewvc?rev=573287&view=rev

> __rw_catlist vector accessed beyond the last element in third call to catopen() (src/catalog.cpp)
> -------------------------------------------------------------------------------------------------
>
>                 Key: STDCXX-508
>                 URL: https://issues.apache.org/jira/browse/STDCXX-508
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: 22. Localization
>    Affects Versions: 4.1.2
>         Environment: All
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>             Fix For: 4.2
>
>
> std::vector<__rw_cat*> __rw_catlist initially created with size 2 (catalog.cpp line 40).
> During third call to catopen(), __rw_catlist vector accessed beyond the last element.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.