Attention is currently required from: Evan Benn.
1 comment:
File tests/tests.c:
mode_t mode = 0;
if (flags & O_CREAT) {
va_list ap;
va_start(ap, flags);
mode = va_arg(ap, mode_t);
va_end(ap);
}
This code repeats for all variants of open wraps, can this code go to mock_open?
To view, visit change 69263. To unsubscribe, or for help writing mail filters, visit settings.