<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 solid;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://reviewboard.asterisk.org/r/1653/">https://reviewboard.asterisk.org/r/1653/</a>
     </td>
    </tr>
   </table>
   <br />








<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
 <p style="margin-top: 0;">On July 19th, 2012, 7:51 p.m., <b>rmudgett</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  



<table width="100%" border="0" bgcolor="white" style="border: 1px solid #C0C0C0; border-collapse: collapse; margin: 2px padding: 2px;">
 <thead>
  <tr>
   <th colspan="4" bgcolor="#F0F0F0" style="border-bottom: 1px solid #C0C0C0; font-size: 9pt; padding: 4px 8px; text-align: left;">
    <a href="https://reviewboard.asterisk.org/r/1653/diff/14/?file=30251#file30251line5033" style="color: black; font-weight: bold; text-decoration: underline;">branches/1.0/isup.c</a>
    <span style="font-weight: normal;">

     (Diff revision 14)

    </span>
   </th>
  </tr>
 </thead>

 <tbody style="background-color: #e4d9cb; padding: 4px 8px; text-align: center;">
  <tr>

   <td colspan="2"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "></pre></td>
   <td colspan="2"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">static int isup_timer2str(int timer, char *res)</pre></td>

  </tr>
 </tbody>




 
 



 <tbody>

  <tr>
    <th bgcolor="#b1ebb0" style="border-right: 1px solid #C0C0C0;" align="right"><font size="2"></font></th>
    <td bgcolor="#c5ffc4" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "></pre></td>
    <th bgcolor="#b1ebb0" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;" align="right"><font size="2">4922</font></th>
    <td bgcolor="#c5ffc4" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "><span class="kt">int</span> <span class="nf">isup_show_calls</span><span class="p">(</span><span class="k">struct</span> <span class="n">ss7</span> <span class="o">*</span><span class="n">ss7</span><span class="p">,</span> <span class="kt">void</span> <span class="p">(</span><span class="o">*</span> <span class="n">cust_printf</span><span class="p">)(</span><span class="kt">int</span> <span class="n">fd</span><span class="p">,</span> <span class="k">const</span> <span class="kt">char</span> <span class="o">*</span><span class="n">format</span><span class="p">,</span> <span class="p">...),</span> <span class="kt">int</span> <span class="n">fd</span><span class="p">)</span></pre></td>
  </tr>

 </tbody>

</table>

  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">This function is ripe for potential buffer overflow using a fixed buffer and sprintf().  I had a similar problem in libpri with the pri_dump_info_str() function.  It can be solved in a similar way using a helper function like pri_snprintf().</pre>
 </blockquote>



 <p>On July 20th, 2012, 10:35 a.m., <b>KNK</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">I will copy the function from libpri and will rewrite this one, but one question here.

Should i keep the function static inside isup.c or it is preferable to define it in ss7_internal.h and put it in ss7.c so it can be used in other places too if necessary?</pre>
 </blockquote>





 <p>On July 20th, 2012, 11:05 a.m., <b>rmudgett</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Keep it static.  It is a helper function for isup_show_calls().  There is no other function that really needs that help.</pre>
 </blockquote>







</blockquote>
<pre style="margin-left: 1em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Done and also changed the function to void.</pre>
<br />




<p>- KNK</p>


<br />
<p>On July 13th, 2012, 2:41 p.m., KNK wrote:</p>






<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('https://reviewboard.asterisk.org/media/rb/images/review_request_box_top_bg.png'); background-position: left top; background-repeat: repeat-x; border: 1px black solid;">
 <tr>
  <td>

<div>Review request for Asterisk Developers.</div>
<div>By KNK.</div>


<p style="color: grey;"><i>Updated July 13, 2012, 2:41 p.m.</i></p>




<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">libss7 part of the changes.
Added additional cause codes, Transmission Medium Requirement setting and connected line to CPG messages + code cleanup.</pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">compiles, link setup, cli commands, bassic calls, connected line and redirection</pre>
  </td>
 </tr>
</table>



<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Bugs: </b>


 <a href="https://issues.asterisk.org/jira/browse/SS7-21">SS7-21</a>, 

 <a href="https://issues.asterisk.org/jira/browse/SS7-27">SS7-27</a>, 

 <a href="https://issues.asterisk.org/jira/browse/SS7-28">SS7-28</a>, 

 <a href="https://issues.asterisk.org/jira/browse/SS7-33">SS7-33</a>, 

 <a href="https://issues.asterisk.org/jira/browse/SS7-36">SS7-36</a>, 

 <a href="https://issues.asterisk.org/jira/browse/SS7-38">SS7-38</a>, 

 <a href="https://issues.asterisk.org/jira/browse/SS7-39">SS7-39</a>, 

 <a href="https://issues.asterisk.org/jira/browse/SS7-40">SS7-40</a>, 

 <a href="https://issues.asterisk.org/jira/browse/SS7-42">SS7-42</a>, 

 <a href="https://issues.asterisk.org/jira/browse/SS7-43">SS7-43</a>, 

 <a href="https://issues.asterisk.org/jira/browse/SS7-45">SS7-45</a>, 

 <a href="https://issues.asterisk.org/jira/browse/SS7-46">SS7-46</a>, 

 <a href="https://issues.asterisk.org/jira/browse/SS7-47">SS7-47</a>, 

 <a href="https://issues.asterisk.org/jira/browse/SS7-48">SS7-48</a>, 

 <a href="https://issues.asterisk.org/jira/browse/SS7-49">SS7-49</a>, 

 <a href="https://issues.asterisk.org/jira/browse/SS7-51">SS7-51</a>, 

 <a href="https://issues.asterisk.org/jira/browse/SS7-52">SS7-52</a>, 

 <a href="https://issues.asterisk.org/jira/browse/SS7-53">SS7-53</a>, 

 <a href="https://issues.asterisk.org/jira/browse/SS7-54">SS7-54</a>, 

 <a href="https://issues.asterisk.org/jira/browse/SS7-7">SS7-7</a>


</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>branches/1.0/ss7_internal.h <span style="color: grey">(300)</span></li>

 <li>branches/1.0/ss7linktest.c <span style="color: grey">(300)</span></li>

 <li>branches/1.0/libss7.h <span style="color: grey">(300)</span></li>

 <li>branches/1.0/mtp2.h <span style="color: grey">(300)</span></li>

 <li>branches/1.0/mtp2.c <span style="color: grey">(300)</span></li>

 <li>branches/1.0/mtp3.h <span style="color: grey">(300)</span></li>

 <li>branches/1.0/mtp3.c <span style="color: grey">(300)</span></li>

 <li>branches/1.0/parser_debug.c <span style="color: grey">(300)</span></li>

 <li>branches/1.0/ss7.c <span style="color: grey">(300)</span></li>

 <li>branches/1.0/isup.c <span style="color: grey">(300)</span></li>

 <li>branches/1.0/isup.h <span style="color: grey">(300)</span></li>

 <li>branches/1.0/ss7test.c <span style="color: grey">(300)</span></li>

</ul>

<p><a href="https://reviewboard.asterisk.org/r/1653/diff/" style="margin-left: 3em;">View Diff</a></p>




  </td>
 </tr>
</table>








  </div>
 </body>
</html>