...
Code Block | ||
---|---|---|
| ||
/* ... */ fd = open(ms, O_CREAT|O_EXCL|O_WRONLY|O_TRUNC, file_access_permissions); if (fd == -1){ /* Handle Errorerror */ } /* ... */ |
Risk Assessment
...
...
Code Block | ||
---|---|---|
| ||
/* ... */ fd = open(ms, O_CREAT|O_EXCL|O_WRONLY|O_TRUNC, file_access_permissions); if (fd == -1){ /* Handle Errorerror */ } /* ... */ |
...