Attention is currently required from: fixeria.
1 comment:
File src/gprs/gprs_llc_parse.c:
Patch Set #1, Line 138: ghp->data = (uint8_t *)&ctrl[3];
ghp->data is not const because the payload it points to may be encrypted, and in gprs_llc_rcvmsg() w […]
Then you are breaking the const constraints here, so you shouldn't be doing this ;)
To view, visit change 29279. To unsubscribe, or for help writing mail filters, visit settings.