Bug 1282 - add some "const"s to the regex implementation
Summary: add some "const"s to the regex implementation
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: regex (show other bugs)
Version: 2.3.5
: P2 normal
Target Milestone: ---
Assignee: GOTO Masanori
URL:
Keywords:
Depends on: 1281
Blocks:
  Show dependency treegraph
 
Reported: 2005-08-31 23:33 UTC by Paul Eggert
Modified: 2018-04-19 14:45 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
add some consts (1.48 KB, patch)
2005-08-31 23:34 UTC, Paul Eggert
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Eggert 2005-08-31 23:33:52 UTC
Jim Meyering noticed some missing "const"s in the regex implementation.
These can help the reader.  I'll attach a patch.
Comment 1 Paul Eggert 2005-08-31 23:34:18 UTC
Created attachment 637 [details]
add some consts
Comment 2 Ulrich Drepper 2005-09-07 00:07:36 UTC
Applied after cleanup the mess caused by the unsuitable patches.