1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-02-23 18:04:07 +00:00
Kathleen King 24e5c13283 Removed an autological-pointer-compare from src/switch_utils.c.
Building with Clang 3.5 gave the following warning: error: comparison
of array 'iface_out.sin6_addr.__in6_u.__u6_addr8' equal to a null
pointer is always false [-Werror,-Wtautological-pointer-compare]

This is a problem because as it is written the check will never be
true. A pointer to a structure within a structure will never be null. The
intention was either to null check the pointer or to check if the IP
address itself was not zero.

From context in the code this appeared to be a pointer null check so I
removed it.
2014-07-03 12:12:22 -07:00
2014-03-24 12:39:59 +00:00
2014-06-16 18:10:45 -05:00
2014-02-12 12:08:56 -06:00
2014-03-15 00:15:02 +08:00
2014-07-02 22:18:44 +05:00
2014-06-17 17:20:00 -05:00
2014-04-13 10:01:17 +02:00
2010-04-01 21:00:45 -04:00
2014-06-17 21:14:14 -05:00
2013-09-16 22:59:26 +05:00
2013-09-16 22:59:26 +05:00
2012-05-15 10:20:52 -05:00
2014-02-02 12:33:37 +01:00
2010-01-23 20:19:18 +00:00
2014-06-13 22:34:50 -05:00
2014-01-17 16:17:57 -06:00
2013-04-04 20:52:47 -05:00
2013-12-23 22:43:06 +05:00
Description
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Multiple Licenses 278 MiB
Languages
C 64.4%
C++ 21.8%
JavaScript 4.7%
Assembly 2%
Makefile 1%
Other 5.4%