On Thu, Jul 30, 2015 at 03:07:22PM +0200, Marek Chalupa wrote:
> Use xzalloc instead of xmalloc. This allows us to get rid
> of manual initializing the memory to 0s and the code is
> shorter and cleaner
>
> Suggested by Bryce Harrington
>
> Signed-off-by: Marek Chalupa
Reviewed-by: Bryce Harrin
Use xzalloc instead of xmalloc. This allows us to get rid
of manual initializing the memory to 0s and the code is
shorter and cleaner
Suggested by Bryce Harrington
Signed-off-by: Marek Chalupa
---
src/scanner.c | 83 ---
1 file changed, 40