Attention is currently required from: falconia.
1 comment:
File src/common/l1sap.c:
Patch Set #1, Line 1661: send_ul_rtp_packet(lchan, fn, bfi, 0);
I did not realize that passing a NULL pointer was allowed, for some reason I thought it had to be a […]
well if len = 0, then it makes no sense to access to buffer, so it shouldn't expect it to be non-null in that case.
The question is more whether it's fine to have len=0 on that path, but I think it ws the case before right?
To view, visit change 32128. To unsubscribe, or for help writing mail filters, visit settings.