<p> Attention is currently required from: Sean Bright, Mark Murawski. </p>
<p>Patch set 19:<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/+/17655">View Change</a></p><p>10 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="null">Patchset:</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/+/17655?tab=comments">Patch Set #19:</a> </p><p style="white-space: pre-wrap; word-wrap: break-word;">Real close... a few more things</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="null">File funcs/func_groupcount.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/+/17655/comment/285679f8_b84b0134">Patch Set #11, Line 1385:</a> <code style="font-family:monospace,monospace"> ast_str_append(&out, 0, "%s,", ast_channel_name(gi->chan));</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">Additionally, given the snafu that has already happened here, I think a simple test for GROUP_CHANNE […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">Ack</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="null">File funcs/func_groupcount.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/+/17655/comment/3168d831_1265190f">Patch Set #19, Line 1041:</a> <code style="font-family:monospace,monospace"></code></p><p style="white-space: pre-wrap; word-wrap: break-word;">I think ast_str_create can fail... you should check for failure everywhere you call this.</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="null">File include/asterisk/channel.h:</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/+/17655/comment/bd7afa0e_13d16dc8">Patch Set #14, Line 2931:</a> <code style="font-family:monospace,monospace"> struct varshead varshead; /*!< A linked list for group variables. See \ref AstGroupVar */</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">I don't think I see an issue here. The comments are already lined up with tabs.</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">Ack</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="null">File main/app.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/+/17655/comment/52debfcf_426be274">Patch Set #19, Line 2423:</a> <code style="font-family:monospace,monospace">int ast_app_group_set_var(struct ast_channel *chan, const char *group, const char *category, const char *name, const char *value) {</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Opening brace should be on a separate line (K&R)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/17655/comment/ce0a8ab3_9005fd92">Patch Set #19, Line 2487:</a> <code style="font-family:monospace,monospace">const char* ast_app_group_get_var(const char *group, const char *category, const char *name) {</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Opening brace should be on a separate line (K&R)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/17655/comment/532753db_1a40008e">Patch Set #19, Line 2668:</a> <code style="font-family:monospace,monospace">int ast_app_group_add_channel(struct ast_channel *chan, char *group, char *category) {</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Opening brace should be on a separate line (K&R)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/17655/comment/9b8a8392_3861bf35">Patch Set #19, Line 2716:</a> <code style="font-family:monospace,monospace">int ast_app_group_remove_all_channels(const char *group, const char *category) {</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Opening brace should be on a separate line (K&R)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/17655/comment/0fbb96a4_ecc0774a">Patch Set #19, Line 2745:</a> <code style="font-family:monospace,monospace">int ast_app_group_rename(const char *old_group, const char *old_category, const char *new_group, const char *new_category) {</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Opening brace should be on a separate line (K&R)</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="null">File main/cli.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/+/17655/comment/b5deb797_a37c20bc">Patch Set #19, Line 1909:</a> <code style="font-family:monospace,monospace">int group_show_channels_callback(void *obj, void *arg, int flags);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Why do we need this forward declaration?<br>This should either be in the header file or static?</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17655">change 17655</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/+/17655"/><meta itemprop="name" content="View Change"/></div></div>
<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 18 </div>
<div style="display:none"> Gerrit-Change-Id: I23e48d1cdfc8adaffdfec2e936e56143603914f2 </div>
<div style="display:none"> Gerrit-Change-Number: 17655 </div>
<div style="display:none"> Gerrit-PatchSet: 19 </div>
<div style="display:none"> Gerrit-Owner: Mark Murawski <markm@intellasoft.net> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-Reviewer: Sean Bright <sean@seanbright.com> </div>
<div style="display:none"> Gerrit-CC: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Attention: Sean Bright <sean@seanbright.com> </div>
<div style="display:none"> Gerrit-Attention: Mark Murawski <markm@intellasoft.net> </div>
<div style="display:none"> Gerrit-Comment-Date: Mon, 26 Sep 2022 21:53:06 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: Yes </div>
<div style="display:none"> Comment-In-Reply-To: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Comment-In-Reply-To: Mark Murawski <markm@intellasoft.net> </div>
<div style="display:none"> Gerrit-MessageType: comment </div>