<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/7799">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">aco: Fix NULL dereference in error path.<br><br>Change-Id: Id505167cf0f9414a3c144fa2c1e181a2cf288694<br>---<br>M main/config_options.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/99/7799/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/main/config_options.c b/main/config_options.c<br>index d837cd1..3ac5590 100644<br>--- a/main/config_options.c<br>+++ b/main/config_options.c<br>@@ -616,7 +616,7 @@<br> {<br>  if (!info->internal) {<br>             ast_log(LOG_ERROR, "Attempt to process %s with uninitialized aco_info\n", file->filename);<br>-              goto error;<br>+          return ACO_PROCESS_ERROR;<br>     }<br> <br>  if (!(info->internal->pending = info->snapshot_alloc())) {<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7799">change 7799</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/7799"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Id505167cf0f9414a3c144fa2c1e181a2cf288694 </div>
<div style="display:none"> Gerrit-Change-Number: 7799 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>