Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 739
    • Issues 739
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 198
    • Merge requests 198
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

An update will be applied May 24th, between 12PM and 1PM EDT (UTC -400). The site may be slow during that time.

  • VTK
  • VTKVTK
  • Issues
  • #3398

Closed
Open
Created Jun 13, 2006 by Kitware Robot@kwrobotOwner

vtkExtractGrid memory access violation for 2d cells

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


in vtkExtractGrid.cxx / line 368

The index adjustment code increments VOI without checking if adjusted VOI is within source bounds.

This will access source cell array out of allocated range in case like this:

simple illustration case:

source grid 3x3x3 -> cell grid 2x2x2

vtkExtractGrid->SetVOI(0,2,0,2,2,2) --> adjusted VOI will be 0,2,0,2,2,3

Assignee
Assign to
Time tracking