diff options
| -rw-r--r-- | security/tomoyo/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tomoyo/common.h b/security/tomoyo/common.h index 6dcb7cc0ed1d..26a76d67aa1c 100644 --- a/security/tomoyo/common.h +++ b/security/tomoyo/common.h | |||
| @@ -55,7 +55,7 @@ struct tomoyo_path_info { | |||
| 55 | struct tomoyo_path_info_with_data { | 55 | struct tomoyo_path_info_with_data { |
| 56 | /* Keep "head" first, for this pointer is passed to tomoyo_free(). */ | 56 | /* Keep "head" first, for this pointer is passed to tomoyo_free(). */ |
| 57 | struct tomoyo_path_info head; | 57 | struct tomoyo_path_info head; |
| 58 | char bariier1[16]; /* Safeguard for overrun. */ | 58 | char barrier1[16]; /* Safeguard for overrun. */ |
| 59 | char body[TOMOYO_MAX_PATHNAME_LEN]; | 59 | char body[TOMOYO_MAX_PATHNAME_LEN]; |
| 60 | char barrier2[16]; /* Safeguard for overrun. */ | 60 | char barrier2[16]; /* Safeguard for overrun. */ |
| 61 | }; | 61 | }; |
