PyOS_StdioReadline() leaks memory when realloc() fails · Issue #62568 · python/cpython (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@tiran

Description

@tiran

BPO 18368
Nosy @kristjanvalur, @vstinner, @tiran, @serhiy-storchaka
PRs [2.7] bpo-18368: Fix memory leaks in PyOS_StdioReadline() when realloc() fails #12334
Files osreadline.patch

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 2013-08-16.13:03:14.498> created_at = <Date 2013-07-05.20:02:43.471> labels = ['interpreter-core', 'performance'] title = 'PyOS_StdioReadline() leaks memory when realloc() fails' updated_at = <Date 2019-03-19.10:43:33.491> user = 'https://github.com/tiran'

bugs.python.org fields:

activity = <Date 2019-03-19.10:43:33.491> actor = 'vstinner' assignee = 'none' closed = True closed_date = <Date 2013-08-16.13:03:14.498> closer = 'christian.heimes' components = ['Interpreter Core'] creation = <Date 2013-07-05.20:02:43.471> creator = 'christian.heimes' dependencies = [] files = ['30782'] hgrepos = [] issue_num = 18368 keywords = ['patch'] message_count = 7.0 messages = ['192352', '192959', '192968', '194532', '194547', '194549', '338339'] nosy_count = 5.0 nosy_names = ['kristjan.jonsson', 'vstinner', 'christian.heimes', 'python-dev', 'serhiy.storchaka'] pr_nums = ['12334'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'resource usage' url = 'https://bugs.python.org/issue18368' versions = ['Python 3.3', 'Python 3.4']