Kernel: Fixed use-after-free #37

Merged
sb10q merged 1 commits from pca006132/artiq-zynq:master into master 2020-07-07 15:51:25 +08:00

Fixes issue #8.

The reason of the issue is that, when core1 finished loading the image, the image will be dropped, including its data. When the RPC tries to allocate a large buffer, it may overwrite the image data, causing the corruption.

Fixes issue #8. The reason of the issue is that, when core1 finished loading the image, the image will be dropped, including its data. When the RPC tries to allocate a large buffer, it may overwrite the image data, causing the corruption.
sb10q closed this pull request 2020-07-07 15:51:25 +08:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/artiq-zynq#37
There is no content yet.