Attention is currently required from: laforge, dexter.
4 comments:
File src/libmsc/msc_vgcs.c:
Patch Set #12, Line 224: static uint8_t _rx_callref(uint8_t *ie, unsigned int remaining_len, uint32_t *callref, bool *with_prio, uint8_t *prio)
so the function returns uint8_t, but you are using "return _msg_too_short()", which might retunr -EI […]
Done
Patch Set #12, Line 364: _rx_callref
return value could be negative
Done
Patch Set #12, Line 423: _rx_callref
negative return value
Done
Patch Set #12, Line 536: ie_len = _rx_callref(ie, remaining_len, callref, with_prio, prio);
negative return value
Done
To view, visit change 33511. To unsubscribe, or for help writing mail filters, visit settings.