CismonX
|
3de5006ae5
|
fsck_util: fix escape_control_chars()
Argument passed to iscntrl() must be representable as unsigned char.
|
2025-01-11 19:17:18 +08:00 |
|
CismonX
|
d6df1cd89b
|
fsck: add result code for "." and ".." entries
BOOKMARKFS_FSCK_RESULT_NAME_INVALID should be used solely for
names that are valid as filename, but not as bookmark name.
|
2025-01-11 18:32:50 +08:00 |
|
CismonX
|
38e33532f0
|
sandbox: remove redundant fusefd arg
|
2025-01-04 00:29:16 +08:00 |
|
CismonX
|
3e325a3934
|
ioctl: check if permd op is valid
A bad permd op should fail ioctl() with EINVAL instead of
invoking undefined behavior.
|
2025-01-02 18:53:12 +08:00 |
|
CismonX
|
cdf0ddfc53
|
init: prepare for Savannah
|
2024-12-31 18:09:03 +08:00 |
|