diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-01-18 19:50:12 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-01-18 20:00:38 +0100 |
| commit | ff722179dad27def48672e5c1a34883eac979161 (patch) | |
| tree | e611df5718fc513ad7ca865647e5be8ab07d8293 /sys/linux/xattr.txt | |
| parent | b7f99b54aef0b9663286a56f268f7c0833391265 (diff) | |
sys/linux: make xattr prefix non-zero-terminated
Diffstat (limited to 'sys/linux/xattr.txt')
| -rw-r--r-- | sys/linux/xattr.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/linux/xattr.txt b/sys/linux/xattr.txt index 73b12ac07..2b978a77b 100644 --- a/sys/linux/xattr.txt +++ b/sys/linux/xattr.txt @@ -22,8 +22,7 @@ xattr_name [ ] [varlen] xattr_name_random { -# TODO: the prefix must not be 0-terminated. - prefix string[xattr_prefix] + prefix stringnoz[xattr_prefix] name string } [packed] |
