| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d54fd03 commit 06b3441
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,7 +50,7 @@ namespace credentials { | |||
| 50 | 50 | static bool HasOnly(int capability) { | |
| 51 | 51 | DCHECK(cap_valid(capability)); | |
| 52 | 52 | ||
| 53 | - struct __user_cap_data_struct cap_data[_LINUX_CAPABILITY_U32S_3]; | ||
| 53 | + struct __user_cap_data_struct cap_data[_LINUX_CAPABILITY_U32S_3] = {}; | ||
| 54 | 54 | struct __user_cap_header_struct cap_header_data = { | |
| 55 | 55 | _LINUX_CAPABILITY_VERSION_3, | |
| 56 | 56 | getpid()}; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments