aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/tcrypt.c
diff options
context:
space:
mode:
authorAlly Heev <allyheev@gmail.com>2025-11-11 19:06:29 +0530
committerHerbert Xu <herbert@gondor.apana.org.au>2025-11-22 10:04:50 +0800
commit79492d5adf456051908878816f1682144962be75 (patch)
tree338c3e00315177ad4471ed59e125ad44a84ead07 /crypto/tcrypt.c
parenta26c23e0d679cbb0de91e96e6384daef2dcfd6c8 (diff)
downloadnet-79492d5adf456051908878816f1682144962be75.tar.gz
crypto: asymmetric_keys - fix uninitialized pointers with free attribute
Uninitialized pointers with `__free` attribute can cause undefined behavior as the memory assigned randomly to the pointer is freed automatically when the pointer goes out of scope. crypto/asymmetric_keys doesn't have any bugs related to this as of now, but, it is better to initialize and assign pointers with `__free` attribute in one statement to ensure proper scope-based cleanup Reported-by: Dan Carpenter <dan.carpenter@linaro.org> Closes: https://lore.kernel.org/all/aPiG_F5EBQUjZqsl@stanley.mountain/ Signed-off-by: Ally Heev <allyheev@gmail.com> Reviewed-by: Ignat Korchagin <ignat@cloudflare.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/tcrypt.c')
0 files changed, 0 insertions, 0 deletions