<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/10473">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">main/astfd: Fix GCC8 format-truncation warning.<br><br>The field used to store call arguments was not large enough to hold the<br>arguments string that can be constructed for 'open'.  Expand it to<br>prevent this warning/error.<br><br>Change-Id: I514927f256481bc84df10a51b19d5b5fb1bc387e<br>---<br>M main/astfd.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/73/10473/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/main/astfd.c b/main/astfd.c</span><br><span>index e9bc142..7f9a0d9 100644</span><br><span>--- a/main/astfd.c</span><br><span>+++ b/main/astfd.c</span><br><span>@@ -53,7 +53,7 @@</span><br><span>       unsigned int isopen:1;</span><br><span>       char file[40];</span><br><span>       char function[25];</span><br><span style="color: hsl(0, 100%, 40%);">-      char callargs[60];</span><br><span style="color: hsl(120, 100%, 40%);">+    char callargs[100];</span><br><span> } fdleaks[1024] = { { "", }, };</span><br><span> </span><br><span> /* COPY does ast_copy_string(dst, src, sizeof(dst)), except:</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/10473">change 10473</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/10473"/><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: I514927f256481bc84df10a51b19d5b5fb1bc387e </div>
<div style="display:none"> Gerrit-Change-Number: 10473 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>