]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_dahdi: Address gcc9 issues
authorGeorge Joseph <gjoseph@digium.com>
Mon, 17 Jun 2019 17:11:49 +0000 (11:11 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 17 Jun 2019 18:58:40 +0000 (12:58 -0600)
commit1ee2f01f62572aeec728e5413a89527e24ba8cfb
tree430fe4fb40b4ec5f951ffae0c4ecaa194ad5ca1e
parent82789aafd6bd428b5112aa3d028d8ce4098acc1e
chan_dahdi:  Address gcc9 issues

Fixed format-truncation issues in chan_dahdi.c and
sig_analog.c.  Since they're related to fields provided
by dahdi-tools we can't change the buffer sizes so we're just
checking the return from snprintf and printing an errior if we
overflow.

Change-Id: Idc1f3c1565b88a7d145332a0196074b5832864e5
channels/chan_dahdi.c
channels/sig_analog.c