[Patches] [ python-Patches-803998 ] [_ssl.c] SSL_write() called with -1 as size

SourceForge.net noreply at sourceforge.net
Wed Sep 10 14:51:31 EDT 2003


Patches item #803998, was opened at 2003-09-10 22:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=803998&group_id=5470

Category: Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Ilario Nardinocchi (illo)
Assigned to: Nobody/Anonymous (nobody)
Summary: [_ssl.c] SSL_write() called with -1 as size

Initial Comment:
In the inner do/while loop of PySSL_SSLwrite(), whenever a 

SSL_write() needs to be called again after a 

SSL_ERROR_WANT_{READ,WRITE} error, its "len" parameter  

is set to -1, leading to a segfault.

I can't believe nobody ever noticed that :)



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=803998&group_id=5470



More information about the Patches mailing list