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
  • validationES.h
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Fix string literal comparison in validation · 232d009d
    Shahbaz Youssefi authored Nov 27, 2019
    String literals shouldn't be compared by pointer, especially if the
    literal is declared in a header (so the two pointers can come from
    different translation units, because the string literal might have a
    different copy in each).
    
    Use strcmp instead.
    
    Bug: angleproject:4175
    Change-Id: I6002ccb185f48928b67ce8a7b3508e427761a8c3
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1940568
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarJonah Ryan-Davis <jonahr@google.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    232d009d
validationES.h 42.3 KB
EditWeb IDE
×

Replace validationES.h

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.