From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111382 invoked by alias); 23 Mar 2015 02:50:44 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 111294 invoked by uid 48); 23 Mar 2015 02:50:41 -0000 From: "andersk at mit dot edu" To: glibc-bugs@sourceware.org Subject: [Bug libc/11787] Program with large TLS segments fail. Date: Mon, 23 Mar 2015 02:50:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.12 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: andersk at mit dot edu X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: carlos at redhat dot com X-Bugzilla-Target-Milestone: 2.18 X-Bugzilla-Flags: review+ security- X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-03/txt/msg00210.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D11787 Anders Kaseorg changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andersk at mit dot edu --- Comment #42 from Anders Kaseorg --- FYI, the Rust compiler is linking every threaded Rust application against t= he glibc private symbol __pthread_get_minstack in order to work around this bu= g: https://github.com/rust-lang/rust/issues/6233 https://github.com/rust-lang/rust/pull/11284 https://github.com/rust-lang/rust/pull/11331 https://github.com/rust-lang/rust/pull/11885 https://github.com/rust-lang/rust/issues/23628 I=E2=80=99m sure you=E2=80=99ll agree that it would be nice if we could avo= id making this a permanent arrangement. --=20 You are receiving this mail because: You are on the CC list for the bug. >>From glibc-bugs-return-27918-listarch-glibc-bugs=sources.redhat.com@sourceware.org Mon Mar 23 15:22:03 2015 Return-Path: Delivered-To: listarch-glibc-bugs@sources.redhat.com Received: (qmail 79587 invoked by alias); 23 Mar 2015 15:22:02 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Delivered-To: mailing list glibc-bugs@sourceware.org Received: (qmail 79508 invoked by uid 55); 23 Mar 2015 15:21:58 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug libc/18100] SIGFPE in wordexp/eval_expr_multdiv Date: Mon, 23 Mar 2015 15:22:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.21 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: fweimer at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-03/txt/msg00211.txt.bz2 Content-length: 1528 https://sourceware.org/bugzilla/show_bug.cgi?id=18100 --- Comment #3 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU C Library master sources". The branch, master has been updated via 2b028564f14d20cdda0c00d8ba100695b40501f5 (commit) from 59261ad3eb345e0d7b9f5c73e1a09d046991cea5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2b028564f14d20cdda0c00d8ba100695b40501f5 commit 2b028564f14d20cdda0c00d8ba100695b40501f5 Author: Florian Weimer Date: Mon Mar 23 16:12:38 2015 +0100 Avoid SIGFPE in wordexp [BZ #18100] Check for a zero divisor and integer overflow before performing division in arithmetic expansion. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 10 ++++++++++ NEWS | 4 ++-- manual/pattern.texi | 3 ++- posix/wordexp-test.c | 40 ++++++++++++++++++++++++++++++++++++++++ posix/wordexp.c | 4 ++++ 5 files changed, 58 insertions(+), 3 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.