From: Mike Brady Date: Mon, 4 Sep 2017 10:08:49 +0000 (+0100) Subject: Add some checks X-Git-Tag: 3.2d5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8de242d88cc23a8a13b8e0a43b40bc48cfa78175;p=thirdparty%2Fshairport-sync.git Add some checks Using [infer](https://github.com/facebook/infer/blob/master/README.md), a number of silent issues have been detected, such as not checking some calls to `malloc` to ensure the response is not NULL. Most of these have been addressed by additional checks. --- diff --git a/configure.ac b/configure.ac index 54670c95..3c4fb4f8 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.2d4], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2d5], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])