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:20:52 UTC

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

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


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

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farid Zaripov closed STDCXX-508.
--------------------------------


The regression test added: http://svn.apache.org/viewvc?rev=572976&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.


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

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STDCXX-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517039 ] 

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

The issue will be closed after making the regression test.

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


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

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
    [ 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.