Bug#140201: marked as done ([PR libstdc++/21334] race condition in libstdc++3 (basic_string.tcc))

2016-11-16 Thread Debian Bug Tracking System
Your message dated Wed, 16 Nov 2016 15:08:02 +0100 with message-id <4bc5ecd2-0a76-6c26-8b9d-7406cfefd...@debian.org> and subject line Re: [PR libstdc++/21334] race condition in libstdc++3 (basic_string.tcc) has caused the Debian Bug report #140201, regarding [PR libstdc++/21334] race con

Bug#140201: [Bug libstdc++/9069] race condition in libstdc++3 (basic_string.tcc)

2003-08-09 Thread pinskia at gcc dot gnu dot org
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9069 pinskia at gcc dot gnu dot org changed: What|Removed |Added

Bug#140201: libstdc++/9069: race condition in libstdc++3 (basic_string.tcc)

2003-01-06 Thread bkoz
Synopsis: race condition in libstdc++3 (basic_string.tcc) State-Changed-From-To: open-analyzed State-Changed-By: bkoz State-Changed-When: Mon Jan 6 12:49:46 2003 State-Changed-Why: Can example code that demonstrates this problem be provided please? I'd like to add it to the thread testcase

race condition in libstdc++3 (basic_string.tcc)

2002-12-27 Thread Matthias Klose
Submitter-Id: net Originator:Carl R. Witty [EMAIL PROTECTED] Organization: The Debian Project Confidential: no Synopsis: Severity: non-critical Priority: low Category: libstdc++ Class: change-request Release: 3.2.1 (Debian) (Debian unstable) Environment:

Bug#140201: libstdc++/9069: race condition in libstdc++3 (basic_string.tcc)

2002-12-27 Thread gcc-gnats
Thank you very much for your problem report. It has the internal identification `libstdc++/9069'. The individual assigned to look at your report is: unassigned. Category: libstdc++ Responsible:unassigned Synopsis: race condition in libstdc++3 (basic_string.tcc) Arrival-Date

Bug#140201: libstdc++3: race condition in libstdc++3 (basic_string.tcc)

2002-03-27 Thread Carl R. Witty
Package: libstdc++3 Version: 1:3.0.3-1 Severity: normal The function basic_string::_M_leak_hard() in basic_string.tcc is not thread-safe. The reference count is read with _M_is_shared() and then written with _M_set_leaked(), non-atomically. (This is only a bug if the string class is supposed to