Skip to content

Code Issues #1

@elijah229

Description

@elijah229
int file [1000] = {};

...
// shuffle for random reads
random_shuffle(&file[0], &file[num_files]);

This accesses beyond the end of the buffer. There are more issues with this code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions