c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Tar: tar into a directory #26

Closed MattWindsor91 closed 4 years ago

MattWindsor91 commented 4 years ago

The current tar code doesn't put the subject into a directory, guaranteeing that the resulting archive is a tar bomb.

The easiest way to do this might be to normalise the corpus being tarred such that each subject naturally gets directed to its own directory (but this would need us to make sure the normaliser can separate its mappings per subject).

MattWindsor91 commented 4 years ago

This seems to have been fixed a long time ago.