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 575501 Details for
Bug 806963
Comment lines that exceed ~80 characters cause an error in parsing the config
[?]
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 for reported bug
xl2tpd-bz80693.patch (text/plain), 756 bytes, created by
Paul Wouters
on 2012-04-05 17:24:12 UTC
(
hide
)
Description:
patch for reported bug
Filename:
MIME Type:
Creator:
Paul Wouters
Created:
2012-04-05 17:24:12 UTC
Size:
756 bytes
patch
obsolete
>diff --git a/file.c b/file.c >index 289aee6..d710e30 100644 >--- a/file.c >+++ b/file.c >@@ -1229,7 +1229,7 @@ int parse_config (FILE * f) > /* Read in the configuration file handed to us */ > /* FIXME: I should check for incompatible options */ > int context = 0; >- char buf[STRLEN]; >+ char buf[1024]; > char *s, *d, *t; > int linenum = 0; > int def = 0; >@@ -1395,7 +1395,7 @@ int parse_config (FILE * f) > } > if (!(t = strchr (s, '='))) > { >- l2tp_log (LOG_WARNING, "parse_config: line %d: no '=' in data\n", >+ l2tp_log (LOG_WARNING, "parse_config: line %d: line too long or no '=' in data\n", > linenum); > return -1; > }
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 806963
: 575501