This was causing panics for me when using GCC 6.4.
Replace overly clever code that was reading past the end of a struct with a basic double loop.
Differential D21988
[PowerPC] [BookE] Fix read past end of struct bdragon on Oct 12 2019, 1:13 AM. Authored by Tags Referenced Files
Subscribers
Details
This was causing panics for me when using GCC 6.4. Replace overly clever code that was reading past the end of a struct with a basic double loop.
Diff Detail
Event TimelineComment Actions Looks good for what we can do for now. I really should clean up the whole DPAA interface bits, so we don't need to do that loop. But since it's only executed on bootup, it's not a very high priority task. |