From: Felix Morgner Date: Tue, 22 Sep 2015 00:37:40 +0000 (-0700) Subject: Switch to safe calloc wrapper X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=ae8259343df8cf5dfbe5eda22c58c222d36a5499;hp=ae8259343df8cf5dfbe5eda22c58c222d36a5499;p=umurmur.git Switch to safe calloc wrapper The mbedTLS backend was still using plain calloc. I refactored the code to use the new safe calloc wrapper. ---