Skip to content
  • Dennis Tsiang's avatar
    Resolve segfault in wsialloc_delete · 241e05d3
    Dennis Tsiang authored
    
    
    A segfault can occur if wsialloc_delete is called but m_wsi_allocator's
    ion field has not been allocated yet, as the function attempts to access
    the ion properties.
    
    This commit resolves the issue by changing m_wsi_allocator to an opaque
    struct and removing the fd property, which was not being used.
    wsialloc_new is then changed to return a pointer to the struct and
    the swapchain then carries this pointer around, which will be
    initialised to nullptr in the swapchain constructor.
    
    Change-Id: I202e967cff4555babf0ddcd387275b74470b09d5
    Signed-off-by: Dennis Tsiang's avatarDennis Tsiang <dennis.tsiang@arm.com>
    241e05d3