- Use reallocarray for integer overflow protection, patch submitted

by Loganaden Velvindron.


git-svn-id: file:///svn/unbound/trunk@3365 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2015-03-17 08:24:24 +00:00
parent b629cdac02
commit 63b5d109f8
11 changed files with 74 additions and 11 deletions
+1
View File
@@ -15,6 +15,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <stdint.h>