Skip to content
Snippets Groups Projects
Commit 27150703 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

DNSSEC: fix possible writing of invalid DSA signature

Values R and S from DSA signatures could be probably shorter than 20 bytes.
In that case, some bytes of the memory with signature would be left untouched
by the write function.

Added memset() should fix that.
parent 29e933b8
Branches
Tags
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