Resolve hisenbugs regarding GCC and -Os
This commit is contained in:
@ -63,7 +63,7 @@ void do_file(char *filepath) {
|
||||
return;
|
||||
}
|
||||
|
||||
IoctlStat statbuf = ZERO(&statbuf);
|
||||
IoctlStat statbuf = {0};
|
||||
|
||||
ioctl(ioh, IOCTL_STAT, (uint64_t)&statbuf, 0, 0);
|
||||
if (statbuf.type != IOCTLSTAT_FILE) {
|
||||
|
Reference in New Issue
Block a user