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 296453 Details for
Bug 435554
netstat -s does not show TcpExt
[?]
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]
double fgets buffer size
net-tools-1.60-netstat-increase-buffer-size.patch (text/plain), 446 bytes, created by
Sami Farin
on 2008-03-01 15:50:09 UTC
(
hide
)
Description:
double fgets buffer size
Filename:
MIME Type:
Creator:
Sami Farin
Created:
2008-03-01 15:50:09 UTC
Size:
446 bytes
patch
obsolete
>--- net-tools-1.60/statistics.c.bak 2008-03-01 17:44:45.860810174 +0200 >+++ net-tools-1.60/statistics.c 2008-03-01 17:44:48.319810532 +0200 >@@ -352,7 +352,7 @@ struct tabtab *newtable(struct tabtab *t > > void process_fd(FILE *f,int file_desc) // added file_desc to show propriate error mesg > { >- char buf1[1024], buf2[1024]; >+ char buf1[2048], buf2[2048]; > char *sp, *np, *p; > while (fgets(buf1, sizeof buf1, f)) { > int endflag;
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 435554
: 296453