[Home]

Summary:ASTERISK-27552: [patch] chan_ooh323: Limit outgoinglimit to positive values as intended.
Reporter:Alexander Traud (traud)Labels:patch
Date Opened:2018-01-05 06:28:10.000-0600Date Closed:2018-01-06 20:28:49.000-0600
Priority:TrivialRegression?
Status:Closed/CompleteComponents:Addons/chan_ooh323
Versions:13.18.5 15.1.5 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) clang_ooh323_outgoinglimit.patch
Description:The compiler _clang_ (5.0.1) reports:{code}chan_ooh323.c:2608:40: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
                               if (peer->outgoinglimit < 0)
                                   ~~~~~~~~~~~~~~~~~~~ ^ ~{code}
Comments:By: Friendly Automation (friendly-automation) 2018-01-06 20:28:50.242-0600

Change 7826 merged by Jenkins2:
chan_ooh323: Limit outgoinglimit to positive values as intended.

[https://gerrit.asterisk.org/7826|https://gerrit.asterisk.org/7826]

By: Friendly Automation (friendly-automation) 2018-01-06 20:41:43.541-0600

Change 7827 merged by Jenkins2:
chan_ooh323: Limit outgoinglimit to positive values as intended.

[https://gerrit.asterisk.org/7827|https://gerrit.asterisk.org/7827]

By: Friendly Automation (friendly-automation) 2018-01-06 20:57:35.050-0600

Change 7825 merged by Jenkins2:
chan_ooh323: Limit outgoinglimit to positive values as intended.

[https://gerrit.asterisk.org/7825|https://gerrit.asterisk.org/7825]