Share

m3ua

Tracker: Bugs

5 Local routes add/delete - ID: 1455548
Last Update: Tracker Item Submitted ( dancis )

In compilation of version 2.0.2 there are some WARNING
messages.

In ../config/src/m3ua_lrout.c lines 191 and 301 the
comparison is always TRUE because idx is m3_u8 type
and of course it is always less than
M3_MAX_LOCAL_ROUTE (that is 256). Therefore there are
two endless loops there (Problems when add or delete
routes).

In ../user/src/m3ua_ui.c lines 199, 232, 265, 307, 322
and 344 there is a similar warning but it is not so
critical because the comparison is always FALSE and
the if(...) will not be executed (no problem because
there is no an endless loop).


Daniel Cisneros ( dancis ) - 2006-03-21 17:57

5

Open

None

Nobody/Anonymous

Data Transfer and Routing

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.