Bug 1248 - simplify regex code by removing unnecessary forward decls
Summary: simplify regex code by removing unnecessary forward decls
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: regex (show other bugs)
Version: 2.3.5
: P2 minor
Target Milestone: ---
Assignee: GOTO Masanori
URL:
Keywords:
Depends on: 1221
Blocks:
  Show dependency treegraph
 
Reported: 2005-08-26 21:42 UTC by Paul Eggert
Modified: 2018-04-19 14:50 UTC (History)
2 users (show)

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


Attachments
remove unnecessary forward decls (1.86 KB, patch)
2005-08-26 21:43 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-26 21:42:44 UTC
Attached is some more simplification of the regex code by removing
unnecessary forward declarations.  This will simplify future patches,
which will need to adjust types in declarations to make the code safe
for 64-bit environments.

This patch is in addition to the earlier patch (1220) which also does this.
Comment 1 Paul Eggert 2005-08-26 21:43:24 UTC
Created attachment 623 [details]
remove unnecessary forward decls
Comment 2 Ulrich Drepper 2005-10-13 21:09:54 UTC
I applied parts of the patch.