Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssl socket seg fault in Python2.3b2 #38823

Closed
mattsurf76 mannequin opened this issue Jul 9, 2003 · 2 comments
Closed

ssl socket seg fault in Python2.3b2 #38823

mattsurf76 mannequin opened this issue Jul 9, 2003 · 2 comments
Labels
extension-modules C modules in the Modules dir

Comments

@mattsurf76
Copy link
Mannequin

mattsurf76 mannequin commented Jul 9, 2003

BPO 768307

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2003-07-09.12:49:05.000>
created_at = <Date 2003-07-09.08:29:47.000>
labels = ['extension-modules']
title = 'ssl socket seg fault in Python2.3b2'
updated_at = <Date 2003-07-09.12:49:05.000>
user = 'https://bugs.python.org/mattsurf76'

bugs.python.org fields:

activity = <Date 2003-07-09.12:49:05.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2003-07-09.08:29:47.000>
creator = 'mattsurf76'
dependencies = []
files = []
hgrepos = []
issue_num = 768307
keywords = []
message_count = 2.0
messages = ['16977', '16978']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'mattsurf76']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue768307'
versions = ['Python 2.3']

@mattsurf76
Copy link
Mannequin Author

mattsurf76 mannequin commented Jul 9, 2003

Hi,

not sure this is a critical error:-

if an unconnected socket is passed to socket.ssl this
causes a segmenation fault on RedHat 8.

from socket import *
s=socket()
#s.connect((url, 443))
s2=ssl(s, None, None)
(exits to cmd line with seg fault message)

Obvioiusly one would never want to do this!

Matt

@mattsurf76 mattsurf76 mannequin closed this as completed Jul 9, 2003
@mattsurf76 mattsurf76 mannequin assigned nnorwitz Jul 9, 2003
@mattsurf76 mattsurf76 mannequin added the extension-modules C modules in the Modules dir label Jul 9, 2003
@mattsurf76 mattsurf76 mannequin closed this as completed Jul 9, 2003
@mattsurf76 mattsurf76 mannequin assigned nnorwitz Jul 9, 2003
@mattsurf76 mattsurf76 mannequin added the extension-modules C modules in the Modules dir label Jul 9, 2003
@nnorwitz
Copy link
Mannequin

nnorwitz mannequin commented Jul 9, 2003

Logged In: YES
user_id=33168

This should be fixed in version 1.13 of Modules/_ssl.c.
Please test from CVS to verify.

Should also be duplicate of bpo-754870.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension-modules C modules in the Modules dir
Projects
None yet
Development

No branches or pull requests

0 participants