forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
command_buffer: Copy gl path rendering data out of shm before validation
Do not validate path rendering data like commands and path ids from shared memory. The client might be able to change the buffer after service has validate it. Instead, copy the data out of the shared memory, validate and submit the copy to the driver. BUG=344330 Review URL: https://codereview.chromium.org/1616153004 Cr-Commit-Position: refs/heads/master@{#371221}
- Loading branch information
Showing
2 changed files
with
42 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters