--- Comment #4 from ben at decadentplace dot org dot uk 2006-07-30 20:11
---
Works on a 2006-02-18 snapshot of 4.2
Fails on a 2005-11-24 snapshot of 4.1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28545
--- Comment #2 from ben at decadentplace dot org dot uk 2006-07-30 19:02
---
This code appears to be compiled correctly with a 2006-07-21 snapshot. This
doesn't necessarily mean the underlying bug has gone away, though.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28545
--- Comment #1 from ben at decadentplace dot org dot uk 2006-07-30 18:46
---
Created an attachment (id=11974)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11974&action=view)
test case
Test case.
It should produce the output "Difficulty rating: Extreme (complex n
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ben at decadentplace dot org dot uk
GCC build triplet: i486-linux-gnu
GCC host triplet: i486-linux-gnu
GCC target triplet: i486
--- Comment #8 from ben at decadentplace dot org dot uk 2006-06-30 17:48
---
The standard says in 7.5/5: "If two declarations of the same function or object
specify different linkage-specifications [...] the program is ill-formed if the
declarations appear in the same translation
--- Comment #8 from ben at decadentplace dot org dot uk 2006-05-27 15:30
---
Created an attachment (id=11520)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11520&action=view)
proposed patch (with doc and test changes)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7302
--- Comment #21 from ben at decadentplace dot org dot uk 2006-04-23 23:44
---
I have submitted a defect report about the difference from C in this respect;
this is now C++ core DR 577:
http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#577
Please could the "fix"
MED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ben at decadentplace dot org dot uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27252
--- Comment #7 from ben at decadentplace dot org dot uk 2006-03-26 02:07
---
Here's a trivial test case:
$ cat test.hpp
#ifdef USE_PRAGMA
#pragma interface
#endif
class foo
{
public:
virtual ~foo() {}
};
class bar : public foo
{
public :
~bar();
};
$ cat test.cpp
#in
--- Comment #7 from ben at decadentplace dot org dot uk 2005-11-10 11:33
---
I have no interest in constructing buffer overflow exploits, but if someone
were to construct shell-code in a filename it should be possible to use it
against a privileged user of libgcj that reads user
--- Comment #4 from ben at decadentplace dot org dot uk 2005-10-02 23:38
---
Andrew, I agree this is a problem with readdir_r, hence my original subject
(and the fact that I'm reporting bugs in a large number of other programs). I'm
not going to publish the advisory until 1s
--- Comment #1 from ben at decadentplace dot org dot uk 2005-10-02 23:16
---
Can someone please remove this from public view, as Mozilla does for security
bugs on their Bugzilla?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24170
: UNCONFIRMED
Severity: major
Priority: P1
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ben at decadentplace dot org dot uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24170
13 matches
Mail list logo