This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libstdc++/8790: Use of non thread-safe strtok in src/localename.cc


>Number:         8790
>Category:       libstdc++
>Synopsis:       Use of non thread-safe strtok in src/localename.cc
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Dec 02 16:06:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Paolo Carlini
>Release:        gcc-3.2.1
>Organization:
>Environment:
Any
>Description:
locale::_Impl::_Impl was recently modified in the context
of the Posix names work (see 2002-10-16 commits). However, unfortunately, strtok is *not* thread-safe.
This is a regression wrt the much limited but thread-safe
implementation present in 3.2. 
>How-To-Repeat:

>Fix:
Already fixed in mainline. See 2002-11-25 and 2002-11-28
commits.
>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]