Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure 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
  • DynamoRIO
  • dynamorio
  • Issues
  • #5688
Closed
Open
Issue created Oct 18, 2022 by Derek Bruening@derekbrueningContributor

restore state event is passed an uninitialized ilist field for non-fcache cases

instrument_restore_nonfcache_state_prealloc() creates a dr_restore_state_info_t but leaves its fragment_info.ilist field unintialized. I hit this in #5686 where my new bbdup restore event was crashing walking this bogus instruction list.

Could the uninit ilist explain any unknown filed crashes? Looks like drreg already has a check for cache_start_pc being NULL and it bails on both sides of its ilist==NULL check so it happens to handle any invalid ilist value.

Assignee
Assign to
Time tracking