zfs/module/icp/algs
Brian Behlendorf c771583f23 Fix -Wattribute-warning in edonr
The wrong union memory was being accessed in EdonRInit resulting in
a write beyond size of field compiler warning.  Reference the correct
member to resolve the warning.  The warning was correct and this in
case the mistake was harmless.

    In function ‘fortify_memcpy_chk’,
    inlined from ‘EdonRInit’ at zfs/module/icp/algs/edonr/edonr.c:494:3:
    ./include/linux/fortify-string.h:344:25: error: call to
    ‘__write_overflow_field’ declared with attribute warning:
    detected write beyond size of field (1st parameter);
    maybe use struct_group()? [-Werror=attribute-warning]

Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #13528
Closes #13575
2022-07-27 13:38:56 -07:00
..
aes Prefix zfs internal endian checks with _ZFS 2020-07-28 13:02:49 -07:00
edonr Fix -Wattribute-warning in edonr 2022-07-27 13:38:56 -07:00
modes Fix functions without a prototype 2022-05-20 10:33:24 -07:00
sha2 Prefix zfs internal endian checks with _ZFS 2020-07-28 13:02:49 -07:00
skein Prefix zfs internal endian checks with _ZFS 2020-07-28 13:02:49 -07:00