Messages in this thread |  | | From | Andreas Schwab <> | Subject | Re: [PATCH] ath9k: initialize arrays at compile time | Date | Sun, 20 Mar 2022 18:32:03 +0100 |
| |
On Mär 20 2022, John Crispin wrote:
> If I recall correctly { 0 } will only set the first element of the > struct/array to 0 and leave random data in all others elements
An initializer always initializes the _whole_ object.
The subject is also wrong, all initializers are executed at run time (automatic variables cannot be initialized at compile time).
-- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."
|  |