We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5abc1 commit 15fceddCopy full SHA for 15fcedd
include/linux/crash_core.h
@@ -92,7 +92,7 @@ int parse_crashkernel_low(char *cmdline, unsigned long long system_ram,
92
struct crash_mem {
93
unsigned int max_nr_ranges;
94
unsigned int nr_ranges;
95
- struct range ranges[];
+ struct range ranges[] __counted_by(max_nr_ranges);
96
};
97
98
extern int crash_exclude_mem_range(struct crash_mem *mem,
0 commit comments