<p>Sean Bright has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/6299">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">app_controlplayback: Don't fail on filenames containing colons<br><br>There is some - I assume legacy - code that allows a filename passed to<br>ast_control_streamfile() to be suffixed with ':end' in order to seek<br>from the end of file, rather than beginning.<br><br>Change the behavior such that if we find a colon but we don't find<br>':end' we continue as if we never found the colon at all.<br><br>ASTERISK-23608 #close<br>Reported by: Jonathan White<br><br>Change-Id: I9d08db97aaffaeb9a9bb176420332878814f7286<br>---<br>M main/app.c<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/99/6299/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/main/app.c b/main/app.c<br>index 85dc87d..8ea6f82 100644<br>--- a/main/app.c<br>+++ b/main/app.c<br>@@ -1113,6 +1113,8 @@<br>               if (!strcasecmp(end, ":end")) {<br>                     *end = '\0';<br>                  end++;<br>+               } else {<br>+                     end = NULL;<br>           }<br>     }<br> <br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/6299">change 6299</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/6299"/><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: I9d08db97aaffaeb9a9bb176420332878814f7286 </div>
<div style="display:none"> Gerrit-Change-Number: 6299 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Sean Bright <sean.bright@gmail.com> </div>