Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
x3270
pr3270-memleak.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pr3270-memleak.patch of Package x3270
Index: pr3287-3.3/telnet.c =================================================================== --- pr3287-3.3/telnet.c.orig +++ pr3287-3.3/telnet.c @@ -315,8 +315,13 @@ negotiate(int s, char *lu, char *assoc) cstate != CONNECTED_3270 && /* TN3270 */ cstate != NOT_CONNECTED) { /* gave up */ - if (net_input(s) < 0) + if (net_input(s) < 0) { + Free(netrbuf); + Free(ibuf); + netrbuf = NULL; + ibuf = NULL; return -1; + } } /* Success. */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor