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

heap access from blocking section in unix_readlink #7299

Closed
vicuna opened this issue Jul 21, 2016 · 2 comments
Closed

heap access from blocking section in unix_readlink #7299

vicuna opened this issue Jul 21, 2016 · 2 comments

Comments

@vicuna
Copy link

vicuna commented Jul 21, 2016

Original bug ID: 7299
Reporter: @damiendoligez
Assigned to: @diml
Status: closed (set by @xavierleroy on 2017-09-24T15:33:21Z)
Resolution: fixed
Priority: normal
Severity: minor
Version: 4.04.0 +dev / +beta1 / +beta2
Target version: 4.04.0 +dev / +beta1 / +beta2
Fixed in version: 4.04.0 +dev / +beta1 / +beta2
Category: platform support (windows, cross-compilation, etc)
Monitored by: @dra27

Bug description

In otherlibs/win32unix/readlink.c, function unix_readlink, the value of opath is accessed from the blocking section. It should first be copied outside the heap.

See #462 (comment)

@vicuna
Copy link
Author

vicuna commented Jul 29, 2016

Comment author: @dra27

#726

@vicuna
Copy link
Author

vicuna commented Aug 18, 2016

Comment author: @diml

Fixed by commit 55222ad

@vicuna vicuna closed this as completed Sep 24, 2017
@vicuna vicuna added this to the 4.04.0 milestone Mar 14, 2019
@vicuna vicuna assigned ghost Mar 14, 2019
@vicuna vicuna added the bug label Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant