<p>Patch set 5:<span style="border-radius: 3px; display: inline-block; margin: 0 2px; padding: 4px;background-color: #ffd4d4; color: #000000;">Code-Review -1</span></p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/15908">View Change</a></p><p>6 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.asterisk.org/c/asterisk/+/15908/5/funcs/func_ochannel.c">File funcs/func_ochannel.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/15908/5/funcs/func_ochannel.c@83">Patch Set #5, Line 83:</a> <code style="font-family:monospace,monospace">         ast_log(LOG_ERROR, "Channel '%s' not found!  Variable '%s' will be blank.\n", args.channel, args.var);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">This log messages seems a little misleading. It implies a variable was added, but its value was left blank. However as the function returns right after this a variable is never added. How about something like " ... '%s' variable not set."</p><p style="white-space: pre-wrap; word-wrap: break-word;">Also agree with rmudgett and make this a debug message instead.</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/15908/5/funcs/func_ochannel.c@88">Patch Set #5, Line 88:</a> <code style="font-family:monospace,monospace">           return -1;</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">There is a ref leak in this off nominal path. Add an ast_channel_unref(ochan); before returning, or move this entire 'if' block to before the call to ast_channel_get_by_name.</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/15908/5/funcs/func_ochannel.c@92">Patch Set #5, Line 92:</a> <code style="font-family:monospace,monospace">     ast_str_substitute_variables(buf, len, ochan, output);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">I'm thinking maybe since the channel is being arbitrarily obtained this needs a lock around it?</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/15908/5/funcs/func_ochannel.c@116">Patch Set #5, Line 116:</a> <code style="font-family:monospace,monospace">          ast_log(LOG_WARNING, "Channel '%s' not found!  Variable '%s' will be blank.\n", args.channel, args.var);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Similar to above. The warning message seems not quite correct. Also I agree with rmudgett maybe make this a debug message instead.</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/15908/5/funcs/func_ochannel.c@120">Patch Set #5, Line 120:</a> <code style="font-family:monospace,monospace">               ast_log(LOG_WARNING, "No variable name was provided to %s function.\n", function);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">ochan ref leak here too. Add unref, or move check.</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/15908/5/funcs/func_ochannel.c@123">Patch Set #5, Line 123:</a> </p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;"><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><br>      pbx_builtin_setvar_helper(ochan, data, value);<br></pre></blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">I'm thinking maybe since the channel is being arbitrarily obtained this needs a lock around it?</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/15908">change 15908</a>. To unsubscribe, or for help writing mail filters, 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/c/asterisk/+/15908"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 16 </div>
<div style="display:none"> Gerrit-Change-Id: I7492645ae4307553d0f586d78e13a4f586231fdf </div>
<div style="display:none"> Gerrit-Change-Number: 15908 </div>
<div style="display:none"> Gerrit-PatchSet: 5 </div>
<div style="display:none"> Gerrit-Owner: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Richard Mudgett <rmudgett@digium.com> </div>
<div style="display:none"> Gerrit-CC: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-CC: Joshua Colp <jcolp@sangoma.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Wed, 19 May 2021 23:44:12 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: Yes </div>
<div style="display:none"> Gerrit-MessageType: comment </div>