public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* Bugzilla account request
@ 2022-05-25  2:33 Joseph C. Sible
  2022-05-25  8:48 ` Mark Wielaard
  0 siblings, 1 reply; 7+ messages in thread
From: Joseph C. Sible @ 2022-05-25  2:33 UTC (permalink / raw)
  To: overseers

Hello,

I tried to create an account in the Sourceware Bugzilla, so that I can
file a ticket against the glibc project, but I received an error that
user account creation has been restricted and to contact you. Can you
create this account for me?

Thanks,

Joseph C. Sible

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Bugzilla account request
  2022-05-25  2:33 Bugzilla account request Joseph C. Sible
@ 2022-05-25  8:48 ` Mark Wielaard
  0 siblings, 0 replies; 7+ messages in thread
From: Mark Wielaard @ 2022-05-25  8:48 UTC (permalink / raw)
  To: Overseers mailing list; +Cc: Joseph C. Sible

HI Joseph,

On Tue, May 24, 2022 at 10:33:58PM -0400, Joseph C. Sible via Overseers wrote:
> I tried to create an account in the Sourceware Bugzilla, so that I can
> file a ticket against the glibc project, but I received an error that
> user account creation has been restricted and to contact you. Can you
> create this account for me?

A bugzilla account has been created for you. You should have gotten an
email about it. You can activate your account through the Forgot/Reset
Password link.

Cheers,

Mark

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Bugzilla account request
  2022-03-23 13:42 han zheng
@ 2022-03-23 14:21 ` Mark Wielaard
  0 siblings, 0 replies; 7+ messages in thread
From: Mark Wielaard @ 2022-03-23 14:21 UTC (permalink / raw)
  To: Overseers mailing list; +Cc: han zheng

Hi Han,

On Wed, 2022-03-23 at 14:42 +0100, han zheng via Overseers wrote:
> I'm a student working on a fuzzer and I've just found a new stack
> overflow
> bug via my new fuzzer in the nm-new, binutils' latest commit. I'm writing
> to request an account in bugzilla.

A bugzilla account has been created for you. You should have gotten an
email about it. You can activate your account through the Forgot/Reset
Password link.

Cheers,

Mark

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Bugzilla account request
@ 2022-03-23 13:42 han zheng
  2022-03-23 14:21 ` Mark Wielaard
  0 siblings, 1 reply; 7+ messages in thread
From: han zheng @ 2022-03-23 13:42 UTC (permalink / raw)
  To: overseers

Hello,

I'm a student working on a fuzzer and I've just found a new stack overflow
bug via my new fuzzer in the nm-new, binutils' latest commit. I'm writing
to request an account in bugzilla.

best,
Han

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Bugzilla account request
@ 2016-08-07  4:18 Alex Henrie
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Henrie @ 2016-08-07  4:18 UTC (permalink / raw)
  To: overseers

[-- Attachment #1: Type: text/plain, Size: 1713 bytes --]

Hello,

I believe I have found a bug in GCC, but I am unable to report it for
lack of a bugzilla account. I'm including below the text of the bug
report that I'd like to add. At minimum, this issue needs to be
discussed or documented.

Would you please create a GCC bugzilla account for me?

-Alex


istream::seekg should not reset eofbit if -std=c++98

According to N3168 [1], as recently as 2010 the C++ standards did not
permit istream::seekg to reset istream::eof. When the change to the
standard was approved, libstdc++ started using the new behavior, even
for programs compiled with -std=c++98. This caused the bioinformatics
program GERMLINE [2] to break. In PEDIndividualsExtractor.cpp [3] we
see:

void PEDIndividualsExtractor::loadInput()
{
    ...

    while (!stream.eof() )
    {
        getIndividuals();
        stream.seekg(numberOfMarkers*4 + 1,ios::cur);
    }

    ...
}

void PEDIndividualsExtractor::getIndividuals()
{
    string discard, ID, famID;
    stream >> famID >> ID >> discard >> discard >> discard >> discard;
    if(!stream.good()) return;

    ...
}

This code stopped working sometime between GCC 4.4.5 / libstdc++
6.0.13 and GCC 4.6.3 / libstdc++ 6.0.16. With the change to libstdc++,
stream.eof() is always false, so loadInput() goes into an infinite
loop. An simple test program is attached.

I realize that I could petition the GERMLINE authors to change the
loop condition (and I eventually will), but the fact that you can't
get the old behavior even with -std=c++98 is a bug in GCC.

[1] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3168.htm
[2] http://www.cs.columbia.edu/~gusev/germline/
[3] http://www.cs.columbia.edu/~gusev/germline/germline-1-5-1.tar.gz

[-- Attachment #2: seekg-test.tar.xz --]
[-- Type: application/x-xz, Size: 332 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Bugzilla account request
  2014-09-01 11:50 fuz
@ 2014-09-02 12:36 ` Ian Lance Taylor
  0 siblings, 0 replies; 7+ messages in thread
From: Ian Lance Taylor @ 2014-09-02 12:36 UTC (permalink / raw)
  To: fuz; +Cc: overseers

fuz@fuz.su writes:

> I'd like to report a bug against gcc as per manual. To do this, I need
> to have an account on your bugtracking system, but I see that account
> creation has been disabled.
>
> Is it possible for you to create an account for me?

I believe that account creation has been enabled again.

We're having trouble with spammers.

Ian

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Bugzilla account request
@ 2014-09-01 11:50 fuz
  2014-09-02 12:36 ` Ian Lance Taylor
  0 siblings, 1 reply; 7+ messages in thread
From: fuz @ 2014-09-01 11:50 UTC (permalink / raw)
  To: overseers

Hello,

I'd like to report a bug against gcc as per manual. To do this, I need
to have an account on your bugtracking system, but I see that account
creation has been disabled.

Is it possible for you to create an account for me?

Yours sincerely,
Robert Clausecker

-- 
()  ascii ribbon campaign - for an 8-bit clean world 
/\  - against html email  - against proprietary attachments

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-05-25  8:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-25  2:33 Bugzilla account request Joseph C. Sible
2022-05-25  8:48 ` Mark Wielaard
  -- strict thread matches above, loose matches on Subject: below --
2022-03-23 13:42 han zheng
2022-03-23 14:21 ` Mark Wielaard
2016-08-07  4:18 Alex Henrie
2014-09-01 11:50 fuz
2014-09-02 12:36 ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).