heap access from blocking section in unix_readlink #7299
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
The text was updated successfully, but these errors were encountered: