Files
asterisk/res
Sean Bright da0cadd100 res_config_pgsql: Fix thread safety problems
* A missing AST_LIST_UNLOCK() in find_table()

* The ESCAPE_STRING() macro uses pgsqlConn under the hood and we were
  not consistently locking before calling it.

* There were a handful of other places where pgsqlConn was accessed
  directly without appropriate locking.

Change-Id: Iea63f0728f76985a01e95b9912c3c5c6065836ed
2017-02-23 15:48:53 -05:00
..
2015-04-29 07:39:22 -04:00
2015-11-24 13:54:54 -06:00