[Asterisk-code-review] func odbc: Fix connection deadlock. (asterisk[13.10])

Joshua Colp asteriskteam at digium.com
Tue Jul 12 11:05:54 CDT 2016


Joshua Colp has posted comments on this change.

Change subject: func_odbc: Fix connection deadlock.
......................................................................


Patch Set 1:

In off-nominal cases in func_odbc it's possible for release_obj_or_dsn to get called twice (stmt fails to get created which calls release_obj_or_dsn, if no more DSNs then it exits and ends up calling release_obj_or_dsn again). I opted to fix it in the common place, but I can fix it elsewhere.

-- 
To view, visit https://gerrit.asterisk.org/3173
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I9bdbd8a300fb3233877735ad3fd07bce38115b7f
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13.10
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
Gerrit-HasComments: No



More information about the asterisk-code-review mailing list