Skip to content

Commit

Permalink
fix: Fixed all OOB accesses in VertexProgram and PixelProgram
Browse files Browse the repository at this point in the history
  • Loading branch information
miniak committed Jun 1, 2019
1 parent a6117ab commit 80df447
Show file tree
Hide file tree
Showing 3 changed files with 493 additions and 0 deletions.
2 changes: 2 additions & 0 deletions patches/common/config.json
Expand Up @@ -9,6 +9,8 @@

"src/electron/patches/common/skia": "src/third_party/skia",

"src/electron/patches/common/swiftshader": "src/third_party/swiftshader",

"src/electron/patches/common/webrtc": "src/third_party/webrtc",

"src/electron/patches/common/v8": "src/v8"
Expand Down
1 change: 1 addition & 0 deletions patches/common/swiftshader/.patches
@@ -0,0 +1 @@
fix_fixed_all_oob_accesses_in_vertexprogram_and_pixelprogram.patch

0 comments on commit 80df447

Please sign in to comment.