1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-05 18:13:27 +00:00
Anthony Minessale 287fd66800 FS-6403 --resolve
This commit also reverts 2 previous attempts to fix this very rare race issue spanning back to 2009

62ce8538974f727778f1024d0ef9549e438704fe Patch from MOC
3a85348cdfd0fd7df63a2a150790722c2d294b36 FS-2302 mutex added around switch_xml_toxml()

The real problem was switch_xml_toxml_buf() was actually temporarily modifying the xml structure being searialized to make it appaer to be a root structure then serializing it and restoring the pointers.  This caused a non-threadsafe operation when some other thread was scanning the same xml structure.

This patch removes the modification and instead passes a new arg to switch_xml_toxml_r indicating to treat the structure as if it were a root structure.

This bug has been present since the induction of xml into FS.
2014-04-03 20:30:45 +05:00
2014-03-31 18:08:59 -05:00
2014-03-24 12:39:59 +00:00
2014-03-26 19:27:22 +00:00
2014-04-01 20:14:55 -07:00
2014-02-12 12:08:56 -06:00
2014-03-15 00:15:02 +08:00
2014-04-02 03:21:37 +05:00
2014-04-01 23:51:26 +05:00
2014-04-03 20:30:45 +05:00
2014-03-21 10:59:38 -05:00
2014-03-22 22:59:32 -05:00
2012-05-28 16:35:00 +00:00
2014-03-19 13:24:41 +00:00
2013-09-16 22:59:26 +05:00
2013-09-16 22:59:26 +05:00
2014-02-02 12:33:37 +01: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 162 MiB
Languages
C 64.4%
C++ 21.8%
JavaScript 4.7%
Assembly 2%
Makefile 1%
Other 5.4%