hi, i just looked at the CID: 127350 which raises a STRING_OVERFLOW bug for pdump_prepare_client_request(...)
callers of pdump_prepare_client_request(...) pass 'device' parameter which is always of DEVICE_ID_SIZE (64) bytes long. hence it is not possible to overflow pdump_request.data.en_v1.device buffer which is also DEVICE_ID_SIZE bytes long. -- thanks anupam