All the other functions used pointers for from/to instead of
fixed-size array parameters. More importantly, this function can
accept pointers to buffers of multiple blocks, not just a single
block.
Reported by: GCC -Warray-parameter
Differential D37547
aesni: Remove misleading array bounds for aesni_decryt_ecb. jhb on Nov 29 2022, 7:57 PM. Authored by Tags None Referenced Files
Subscribers
Details All the other functions used pointers for from/to instead of Reported by: GCC -Warray-parameter
Diff Detail
Event TimelineComment Actions This one was actually not just cosmetic but a bug, if only we actually used ECB mode for anything (we don't). |