Download raw body.
remove TOCTOU in vmd config and defer disk detection
- /* Try to derive the format from the file signature */
- if ((fd = open(path, O_RDONLY)) != -1) {
- len = read(fd, buf, sizeof(buf));
- close(fd);
Ridiculous...
remove TOCTOU in vmd config and defer disk detection