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 in blocking section in unix_sleep #7300

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

heap access in blocking section in unix_sleep #7300

vicuna opened this issue Jul 21, 2016 · 2 comments

Comments

@vicuna
Copy link

vicuna commented Jul 21, 2016

Original bug ID: 7300
Reporter: @damiendoligez
Assigned to: @diml
Status: closed (set by @xavierleroy on 2017-09-24T15:33:22Z)
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/sleep.c, the value t is accessed from the blocking section. The argument to Sleep should be computed outside the blocking section.

See #462 (comment)

@vicuna
Copy link
Author

vicuna commented Jul 29, 2016

Comment author: @dra27

#725

@vicuna
Copy link
Author

vicuna commented Aug 18, 2016

Comment author: @diml

Fixed in commit f1f0d91 (4.04) and df5f1f1 (trunk)

@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