This is the mail archive of the gcc-prs@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]

Re: libstdc++/10350: thread-safety problem in std::string.


The following reply was made to PR libstdc++/10350; it has been noted by GNATS.

From: John Love-Jensen <eljay@adobe.com>
To: Fred Channey <fchanney@yahoo.com>, <gcc-help@gcc.gnu.org>,
   <gcc@gcc.gnu.org>, <gcc-gnats@gcc.gnu.org>, <gcc-bugs@gcc.gnu.org>,
   <jkanze@caicheuvreuse.com>, <nobody@gcc.gnu.org>, <gcc-prs@gcc.gnu.org>
Cc:  
Subject: Re: libstdc++/10350: thread-safety problem in std::string.
Date: Mon, 05 May 2003 06:43:53 -0500

 Dear Fred,
 
 Are you protected your string access (both read and write) with mutex
 protection?
 
 --Eljay
 


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