Module: kamailio Branch: 5.1 Commit: 26bd009c4963e4acb1e0eb52d0f5c9f17096d412 URL: https://github.com/kamailio/kamailio/commit/26bd009c4963e4acb1e0eb52d0f5c9f1...
Author: Timo Teras timo.teras@iki.fi Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-12-04T09:26:12+01:00
mtree: use cast to unsigned char for accessing _mt_char_table array
- switched the index from unsigned int to unsigned char - simplifies the code by avoiding the tests for exceeding the size of the array - error message extended to print the full string - slightly modified version of PR #1343
(cherry picked from commit ae18e409d71d2d4eccb4604bb6f29a121309b54e)
---
Modified: src/modules/mtree/mtree.c
---
Diff: https://github.com/kamailio/kamailio/commit/26bd009c4963e4acb1e0eb52d0f5c9f1... Patch: https://github.com/kamailio/kamailio/commit/26bd009c4963e4acb1e0eb52d0f5c9f1...