• Show log

    Commit

  • Hash : 727cd8ef
    Author : Brian Sheedy
    Date : 2022-04-08T16:36:22

    Fix pointer sscanf for ChromeOS
    
    Fixes several sscanf calls in crash_handler_posix.cpp failing to compile
    when compiling for ChromeOS kevin (arm-based) devices due to trying to
    format an unsigned int as an unsigned long. This is fixed by switching
    to SCNxPTR/PRIXPTR for the format strings instead of hard coding %lX.
    
    Bug: chromium:1314515
    Change-Id: I012a1a74312ba653e34145883955f2d0e1ef031f
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3579867
    Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
    Auto-Submit: Brian Sheedy <bsheedy@chromium.org>
    Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
    Commit-Queue: Yuly Novikov <ynovikov@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