• Show log

    Commit

  • Hash : cc5218af
    Author : Xin Yuan
    Date : 2024-12-02T16:06:10

    ANGLE will crash when the buffer is NULL in eglCreateImageKHR
    
    When creating egl image with android native buffer, and the buffer
    pointer is NULL, ANGLE will crash. Because the type of pointer in EGL
    and vulkan is different. In EGL, the type of this pointer is
    ANativeWindowBuffer, But In vulkan it is AHardwareBuffer, which has an
    offset compared with AHardwareBuffer, so it will access invalid address.
    
    Bug: angleproject:379764621
    Change-Id: Ifb5d4a81dea85eb23d4e3f82c37f13c7e4809ee5
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6061898
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Commit-Queue: Shahbaz Youssefi <syoussefi@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