<p>Sean Bright <strong>posted comments</strong> on this change.</p><p><a href="https://gerrit.asterisk.org/8209">View Change</a></p><p>Patch set 4:<span style="border-radius: 3px; display: inline-block; margin: 0 2px; padding: 4px;background-color: #ffd4d4;">Code-Review -1</span></p><p>(4 comments)</p><ul style="list-style: none; padding-left: 20px;"><li><p><a href="https://gerrit.asterisk.org/#/c/8209/4/include/asterisk/file.h">File include/asterisk/file.h:</a></p><ul style="list-style: none; padding-left: 20px;"><li><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/8209/4/include/asterisk/file.h@430">Patch Set #4, Line 430:</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> * \brief Get the extensions associated with the given MIME TYPE<br> *<br> * \param mime_type XXX: Document me<br> * \param exts XXX: Document me<br> *<br> * \retval 1 XXX: Documemt me<br> * \retval 0 XXX: Document me<br> */<br></pre></blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">You had copied documentation from another function and put it here. The behavior of this function needs to be properly documented.</p></li></ul></li><li><p><a href="https://gerrit.asterisk.org/#/c/8209/4/include/asterisk/mod_format.h">File include/asterisk/mod_format.h:</a></p><ul style="list-style: none; padding-left: 20px;"><li><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/8209/4/include/asterisk/mod_format.h@47">Patch Set #4, Line 47:</a> <code style="font-family:monospace,monospace">        char mime_types[80]; /*!< MIME Types related to the format (separated by | if more than one)*/</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Is 80 bytes enough? Do we maybe want to use a list here instead of the pipe delimited list?</p></li></ul></li><li><p><a href="https://gerrit.asterisk.org/#/c/8209/4/main/file.c">File main/file.c:</a></p><ul style="list-style: none; padding-left: 20px;"><li><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/8209/4/main/file.c@1944">Patch Set #4, Line 1944:</a> <code style="font-family:monospace,monospace">int ast_get_extensions_for_mime_type(const char *mime_type, char *exts)</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">You will want to add an argument to this function that takes the size of 'exts' so that you can ensure that you do not overflow it when copying.</p></li><li><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/8209/4/main/file.c@1950">Patch Set #4, Line 1950:</a> <code style="font-family:monospace,monospace">                      if (exts) {</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">If 'exts' is NULL this function will do nothing and only ever return 0.</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.asterisk.org/8209">change 8209</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/8209"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 15 </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: I1b14692a49b2c1ac67688f58757184122e92ba89 </div>
<div style="display:none"> Gerrit-Change-Number: 8209 </div>
<div style="display:none"> Gerrit-PatchSet: 4 </div>
<div style="display:none"> Gerrit-Owner: Sean Bright <sean.bright@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Gaurav Khurana <gkhurana@godaddy.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Sean Bright <sean.bright@gmail.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Wed, 14 Feb 2018 14:22:41 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>