Merge "libappfuse: use an explicit buffer size"
This commit is contained in:
commit
ac8a484646
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ struct FuseRequest : public FuseMessage<FuseRequest> {
|
||||||
// for FUSE_READ
|
// for FUSE_READ
|
||||||
fuse_read_in read_in;
|
fuse_read_in read_in;
|
||||||
// for FUSE_LOOKUP
|
// for FUSE_LOOKUP
|
||||||
char lookup_name[0];
|
char lookup_name[kFuseMaxWrite];
|
||||||
};
|
};
|
||||||
void Reset(uint32_t data_length, uint32_t opcode, uint64_t unique);
|
void Reset(uint32_t data_length, uint32_t opcode, uint64_t unique);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue