• Show log

    Commit

  • Hash : 7c1cfd61
    Author : Kimmo Kinnunen
    Date : 2014-10-15T14:59:57

    Make ShBuiltInResources comparable with memcmp
    
    Chromium builds a std::map with ShBuiltInResources as part of the key.
    Comparator for == and < are needed for the map implementation.
    
    Currently Chromium uses memcmp as the comparator. Padding
    in ShBuiltInResources causes uninitialized reads.
    
    Fix this by clearing the padding with memset during ShBuiltInResources
    initialization.
    
    Change-Id: I78aa3c59ce165503831aa2a67c96cf8af316c152
    Reviewed-on: https://chromium-review.googlesource.com/223431
    Reviewed-by: Geoff Lang <geofflang@chromium.org>
    Tested-by: Shannon Woods <shannonwoods@chromium.org>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags