asterisk/addons
George Joseph 4aa541683b GCC12: Fixes for 16+
Most issues were in stringfields and had to do with comparing
a pointer to an constant/interned string with NULL.  Since the
string was a constant, a pointer to it could never be NULL so
the comparison was always "true".  gcc now complains about that.

There were also a few issues where determining if there was
enough space for a memcpy or s(n)printf which were fixed
by defining some of the involved variables as "volatile".

There were also a few other miscellaneous fixes.

ASTERISK-30044

Change-Id: Ia081ca1bcfb329df6487c4660aaf1944309eb570
2022-05-09 08:21:45 -05:00
..
ooh323c utils.c: Remove all usages of ast_gethostbyname() 2022-01-06 09:45:56 -06:00
.gitignore Add .gitignore and .gitreview files 2015-04-11 19:43:43 -06:00
Makefile GCC12: Fixes for 16+ 2022-05-09 08:21:45 -05:00
chan_mobile.c addons: Fix for Doxygen. 2021-11-18 10:52:17 -06:00
chan_ooh323.c addons: Spelling fixes 2021-11-16 06:00:43 -06:00
chan_ooh323.h chan_ooh323: fix h323 log file path 2019-04-10 17:12:42 -06:00
format_mp3.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
ooh323cDriver.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
ooh323cDriver.h ooh323cDriver: Fix typo in header guard. 2018-01-05 13:19:36 +01:00
res_config_mysql.c addons/res_config_mysql: silense warnings about printf format errors. 2020-02-24 16:16:26 +02:00