Skip to content
Commit 8479333c authored by Robert Reither's avatar Robert Reither Committed by Heinrich Schuchardt
Browse files

rsa: crash in br_i32_decode() called from rsa_gen_key_prop()



Fixes problem for unaligned 32bit big-endian access in
lib/rsa/rsa-keyprop.c.

Exchanges br_i32_decode() with get_unaligned_be32().

This will keep the unaligned access for architectures capable and will do
some byte-shift magic for the not so capable ones.

Reported-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Signed-by: default avatarRobert Reither <robert.reither@external.thalesgroup.com>
Remove unused include.
Reviewed-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 00e5fda0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment