Attention is currently required from: pespin.
1 comment:
File src/gprs/gprs_llc_parse.c:
Patch Set #1, Line 138: ghp->data = (uint8_t *)&ctrl[3];
this cast looks really suspicious. […]
ghp->data is not const because the payload it points to may be encrypted, and in gprs_llc_rcvmsg() we may need to decrypt it in-place.
To view, visit change 29279. To unsubscribe, or for help writing mail filters, visit settings.