Closed Abhishek-612 closed 3 months ago
It looks like you're using markup in the commit messages. Commit messages are supposed to be plain text so please drop all the back-ticks. With that fixed, please apply:
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
It looks like you're using markup in the commit messages. Commit messages are supposed to be plain text so please drop all the back-ticks. With that fixed, please apply:
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Commit messages have been fixed along with the Review tags.
The second commit should also be proposed upstream (https://github.com/libtom/libtomcrypt) in order minimize the local changes.
Replace i64 with u64 in
lib/libtomcrypt/tweetnacl.c
to avoidshift_out_of_bounds
error by UBSan.Add null pointer checks in
kernel/user_access.c
before memcpy to avoidnonnull_args
error by UBSan.Signed-off-by: Abhishek Revadekar abhishek.rvdkr@yahoo.com