Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • L libglvnd
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • glvnd
  • libglvnd
  • Merge requests
  • !153

Handle dlsym succeeding with info.dli_sname == NULL.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Christopher James Halse Rogers requested to merge github/fork/RAOF/fix-egl-platform-detection-crash into master Mar 05, 2018
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

When dlsym is handed an address in a shared object that doesn't match a symbol in that shared object (such as a C++ vtable) it returns success but sets dli_sname to null.

Handle this case rather than crashing.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/RAOF/fix-egl-platform-detection-crash