This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug regex/1101] avoid dynamically sized stack arrays in regex


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-07-18 03:16 -------
Subject: Bug 1101

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-07-18 03:16:51

Modified files:
	posix          : regex_internal.c 

Log message:
	2005-07-05  Ulrich Drepper  <drepper@redhat.com>
	
	[BZ #1101]
	* posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX not
	MB_CUR_MAX.
	(build_wcs_upper_buffer): Likewise.
	2005-03-05  Ulrich Drepper  <drepper@redhat.com>
	
	[BZ #1101]
	* posix/regex_internal.c [_LIBC] (build_wcs_buffer): Avoid using
	dynamically sized array.
	(build_wcs_upper_buffer): Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/posix/regex_internal.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.45&r2=1.45.2.1



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1101

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]