Page MenuHomeFreeBSD

D58130.id181629.diff
No OneTemporary

D58130.id181629.diff

diff --git a/tests/sys/fs/fusefs/misc.cc b/tests/sys/fs/fusefs/misc.cc
--- a/tests/sys/fs/fusefs/misc.cc
+++ b/tests/sys/fs/fusefs/misc.cc
@@ -280,7 +280,7 @@
}, [&] {
char *const argv[] = {__DECONST(char *, "true"), NULL};
char *const env[] = {NULL};
- char buf[8];
+ char cbuf[8];
int fd;
/* Note that fexecve doesn't actually require O_EXEC */
@@ -290,7 +290,7 @@
return 1;
}
/* Read a few bytes, just to dirty the file's atime */
- if (read(fd, buf, sizeof(buf)) < 0) {
+ if (read(fd, cbuf, sizeof(cbuf)) < 0) {
fprintf(stderr, "read: %s\n", strerror(errno));
return 1;
}

File Metadata

Mime Type
text/plain
Expires
Tue, Jul 14, 4:46 AM (17 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34937355
Default Alt Text
D58130.id181629.diff (618 B)

Event Timeline