Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • O OpenFlipper
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • OpenFlipper-FreeOpenFlipper-Free
  • OpenFlipper
  • Repository
  • OpenFlipper
  • libs_required
  • ACG
  • Scenegraph
  • PrincipalAxisNode.cc
Find file BlameHistoryPermalink
  • Martin Heistermann's avatar
    RenderObject debug_name was a char* that sometimes pointed to temporary... · 51a18b3e
    Martin Heistermann authored May 29, 2018
    RenderObject debug_name was a char* that sometimes pointed to temporary buffers, change to std::string to ensure proper ownership.
    
    Bug found using ASAN.
    
    std::string can be assigned a const char*, so external code that just
    sets the attribute to a null-terminated string should still work
    unchanged.
    51a18b3e