Kernel: Fixed use-after-free #37
No reviewers
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/artiq-zynq#37
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "pca006132/artiq-zynq:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.