Author :
tb
Date :
2025-06-07 09:32:35
Hash :2c19ae91 Message :do_PVK_body: Unconditionally free enctmp
enctmp is only allocated if saltlen > 0, so there is no harm in checking
for that, but it's also pointless. Unconfuses smatch who thinks there
might be a memory leak:
pem/pvkfmt.c:808 do_PVK_body() warn: possible memory leak of 'enctmp'
found by jsg