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 888341 Details for
Bug 1089576
segfault in automount
[?]
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.
[patch]
Patch - fix reset flex scan buffer on init
autofs-5.0.9-fix-reset-flex-scan-buffer-on-init.patch (text/plain), 1.13 KB, created by
Ian Kent
on 2014-04-22 04:13:45 UTC
(
hide
)
Description:
Patch - fix reset flex scan buffer on init
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2014-04-22 04:13:45 UTC
Size:
1.13 KB
patch
obsolete
>autofs-5.0.9 - fix reset flex scan buffer on init > >From: Ian Kent <ikent@redhat.com> > >If a scan results in an error the flex scan buffer is sometimes >not properly reset for the next scan. > >This can result in an incorrect success return for a subsequent >operation, such as a map re-read, for a master map line that's >actually incorrect. Given the success return autofs tries to add >a master map entry that doesn't have the needed information, such >as the mount path, and a SEGV results. >--- > CHANGELOG | 1 + > lib/master_tok.l | 2 ++ > 2 files changed, 3 insertions(+) > >--- autofs-5.0.5.orig/CHANGELOG >+++ autofs-5.0.5/CHANGELOG >@@ -151,6 +151,7 @@ > - check scandir() return value. > - fix use cache entry after free in lookup_prune_one_cache(). > - check for non existent negative entries in lookup_ghost(). >+- fix reset flex scan buffer on init. > > 03/09/2009 autofs-5.0.5 > ----------------------- >--- autofs-5.0.5.orig/lib/master_tok.l >+++ autofs-5.0.5/lib/master_tok.l >@@ -436,6 +436,8 @@ void master_set_scan_buffer(const char * > memset(buff, 0, sizeof(buff)); > optr = buff; > >+ YY_FLUSH_BUFFER; >+ > line = buffer; > line_pos = &line[0]; > /*
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1089576
: 888341