Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 304058 Details for
Bug 182621
Allow larger regex buffer to enable long substring filters
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
cvs commit messages
182621.commit.txt (text/plain), 2.39 KB, created by
Noriko Hosoi
on 2008-04-29 00:40:22 UTC
(
hide
)
Description:
cvs commit messages
Filename:
MIME Type:
Creator:
Noriko Hosoi
Created:
2008-04-29 00:40:22 UTC
Size:
2.39 KB
patch
obsolete
>Resolves: #182621 (#443955) >Summary: Allow larger regex buffer to enable long substring filters >Description: Applying the patches provided by ulf.weltman@hp.com. >regex.c: use dynamically allocated regex buffer, use ptrdiff_t to store the offsets to be restored after the realloc, and use a constant for the value of "how much the NFA buffer can grow in one iteration on the pattern". >string.c: use dynamically allocated buffer if the prepared buffer is not large enough, used wrong pointer (pat instead of p) in a debug message, and performed an unneeded strcat of ".*" >CVS: ---------------------------------------------------------------------- >CVS: Enter Log. Lines beginning with `CVS:' are removed automatically >CVS: >CVS: Committing in . >CVS: >CVS: Modified Files: >CVS: Tag: Directory_Server_8_0_Branch >CVS: slapd/regex.c plugins/syntaxes/string.c >CVS: ---------------------------------------------------------------------- >Checking in slapd/regex.c; >/cvs/dirsec/ldapserver/ldap/servers/slapd/regex.c,v <-- regex.c >new revision: 1.5.2.1; previous revision: 1.5 >done >Checking in plugins/syntaxes/string.c; >/cvs/dirsec/ldapserver/ldap/servers/plugins/syntaxes/string.c,v <-- string.c >new revision: 1.9.2.1; previous revision: 1.9 >done > > >Resolves: #182621 (#443955) >Summary: Allow larger regex buffer to enable long substring filters >Description: Applying the patches provided by ulf.weltman@hp.com. >regex.c: use dynamically allocated regex buffer, use ptrdiff_t to store the offsets to be restored after the realloc, and use a constant for the value of "how much the NFA buffer can grow in one iteration on the pattern". >string.c: use dynamically allocated buffer if the prepared buffer is not large enough, used wrong pointer (pat instead of p) in a debug message, and performed an unneeded strcat of ".*" >CVS: ---------------------------------------------------------------------- >CVS: Enter Log. Lines beginning with `CVS:' are removed automatically >CVS: >CVS: Committing in . >CVS: >CVS: Modified Files: >CVS: slapd/regex.c plugins/syntaxes/string.c >CVS: ---------------------------------------------------------------------- >Checking in slapd/regex.c; >/cvs/dirsec/ldapserver/ldap/servers/slapd/regex.c,v <-- regex.c >new revision: 1.6; previous revision: 1.5 >done >Checking in plugins/syntaxes/string.c; >/cvs/dirsec/ldapserver/ldap/servers/plugins/syntaxes/string.c,v <-- string.c >new revision: 1.10; previous revision: 1.9 >done
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 182621
:
125147
|
125148
|
304042
| 304058 |
304153
|
304274
|
304665