From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128134 invoked by alias); 4 Feb 2019 14:46:09 -0000 Mailing-List: contact libc-locales-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-locales-owner@sourceware.org Received: (qmail 121242 invoked by uid 55); 4 Feb 2019 14:46:05 -0000 From: "cvs-commit at gcc dot gnu.org" To: libc-locales@sourceware.org Subject: [Bug localedata/17396] globbing for locale by [[.collating-element.]] Date: Mon, 04 Feb 2019 14:46:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: 2.19 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org 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: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2019-q1/txt/msg00039.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D17396 --- Comment #6 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 65f7767a914144ae303f7b9ae81865061793dcb9 (commit) from 3f635fb43389b54f682fc9ed2acc0b2aaf4a923d (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=3Dglibc.git;h=3D65f7767a914144ae303= f7b9ae81865061793dcb9 commit 65f7767a914144ae303f7b9ae81865061793dcb9 Author: Andreas Schwab Date: Tue Sep 16 11:17:04 2014 +0200 Fix handling of collating elements in fnmatch (bug 17396, bug 16976) This fixes the same bug in fnmatch that was fixed by commit 7e2f0d2d77 = for regexp matching. As a side effect it also removes the use of an unbound VLA. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 19 ++ include/wchar.h | 2 + posix/Makefile | 4 +- posix/fnmatch.c | 6 +- posix/fnmatch_loop.c | 228 ++++++++----------= --- elf/tst-absolute-sym.c =3D> posix/tst-fnmatch4.c | 25 ++- nptl/tst-mtx-recursive.c =3D> posix/tst-fnmatch5.c | 37 ++-- sysdeps/i386/i686/multiarch/wmemcmp.c | 3 +- sysdeps/s390/wmemcmp.c | 7 +- sysdeps/x86_64/multiarch/wmemcmp.c | 3 +- wcsmbs/wmemcmp.c | 9 +- 11 files changed, 163 insertions(+), 180 deletions(-) copy elf/tst-absolute-sym.c =3D> posix/tst-fnmatch4.c (67%) copy nptl/tst-mtx-recursive.c =3D> posix/tst-fnmatch5.c (62%) --=20 You are receiving this mail because: You are on the CC list for the bug.