cicku / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
1 stars 0 forks source link

win32-vc90 build crash for "none://localhost:34532" if ProxyOverride in registry is not equal to "<local>" #207

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Specify at least one proxy exception url via IE settings
2. Run meld 3.11 with python2.7 and 
http://sourceforge.net/projects/pygobjectwin32/files/

What is the expected output? What do you see instead?
meld crashed in _close function called form libproxy.dll

What version of the product are you using? On what operating system?
libproxy 0.4.11, windows 7 x64, built in release configuration with vc90 
toolset.

Please provide any additional information below.

The crash appears because sockets on windows must be closed by closesocket 
function, not _close.

Attached patch fixes problem to me.

Original issue reported on code.google.com by galki...@gmail.com on 3 Apr 2014 at 9:42

GoogleCodeExporter commented 8 years ago
patch with corrected filenames

Original comment by galki...@gmail.com on 3 Apr 2014 at 9:44

Attachments: