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/08/01 20:22:57 UTC

[jira] Resolved: (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:all-tabpanel ]

Farid Zaripov resolved STDCXX-508.
----------------------------------

    Resolution: Fixed

Fixed thus: http://svn.apache.org/viewvc?view=rev&rev=555006

> __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.