Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 86c591fb authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

selftests: tls: handful of memrnd() and length checks


Add a handful of memory randomizations and precise length checks.
Nothing is really broken here, I did this to increase confidence
when debugging. It does fix a GCC warning, tho. Apparently GCC
recognizes that memory needs to be initialized for send() but
does not recognize that for write().

Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent efe3e6b5
Branches
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment