Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • libANGLE
  • State.cpp
Find file
BlameHistoryPermalink
  • Geoff Lang's avatar
    Update the active texture cache before changing the texture binding. · 1288aa12
    Geoff Lang authored Mar 27, 2020
    When a new texture is bound, the texture binding state is updated before
    updating the active texture cache. With this ordering, it is possible to delete
    the currently bound texture when the binding changes and then use-after-free it
    when updating the active texture cache.
    
    BUG=angleproject:1065186
    
    Change-Id: Id6d56b6c6db423755b195cda1e5cf1bcb1ee7aee
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2124588
    Commit-Queue: Geoff Lang <geofflang@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    1288aa12
State.cpp 104 KB
EditWeb IDE
×

Replace State.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.