Fixed memory invalid read
The reason was the rdata_base32_to_string must return string terminated with 0. New implementation of Base32hex doesn't do that. So additional termination was added. refs #2137 @2h
Please register or sign in to comment
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
The reason was the rdata_base32_to_string must return string terminated with 0. New implementation of Base32hex doesn't do that. So additional termination was added. refs #2137 @2h