Files
asterisk/apps
George Joseph c0612ccc28 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-04 13:30:35 -05:00
..
2021-11-18 10:38:16 -06:00
2021-11-18 10:38:16 -06:00
2022-01-17 12:17:44 -07:00
2021-11-18 10:38:16 -06:00
2021-11-18 10:38:16 -06:00
2021-11-18 10:38:16 -06:00
2016-10-27 09:53:55 -04:00
2022-05-04 13:30:35 -05:00
2021-11-15 14:39:42 -06:00
2022-01-17 12:17:44 -07:00
2022-01-17 12:17:44 -07:00
2021-11-15 14:39:42 -06:00
2021-11-18 10:38:16 -06:00
2022-01-17 12:17:44 -07:00
2021-08-19 11:18:00 -05:00
2021-11-18 10:38:16 -06:00
2022-01-17 12:17:44 -07:00
2021-11-18 10:38:16 -06:00
2021-11-15 14:39:42 -06:00
2016-10-27 09:53:55 -04:00
2022-01-17 12:17:44 -07:00
2021-11-15 14:39:42 -06:00
2022-01-17 12:17:44 -07:00
2022-01-17 12:17:44 -07:00
2016-10-27 09:53:55 -04:00