Skip to content

[Maiko] bus error/segmentation fault when too many versions of a file in a directory #1826

@nbriggs

Description

@nbriggs

The local file code handling versioned files in Maiko smashed memory when there are more than 200 versions of a file in a directory, running unchecked off the end of a fixed size (VERSIONARRAYLENGTH) array.

  • this MUST NOT fail like this (at minimum, report an error)
  • this SHOULD dynamically allocate the storage as necessary to efficiently handle larger collections of versioned files

Metadata

Metadata

Assignees

Labels

bugSomething isn't working (as per documentation)high priority

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions