New issue
Advanced search Search tips

Issue 856717 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

cronet size truncated from 64-bit to 32-bit silently

Project Member Reported by pauljensen@chromium.org, Jun 26 2018

Issue description

I believe this call to ReadData() loses the top 32-bits of the buffer size.

Cronet_RESULT Cronet_UrlRequestImpl::Read(Cronet_BufferPtr buffer) {
  ...
  if (request_->ReadData(io_buffer, Cronet_Buffer_GetSize(buffer)))
 

Sign in to add a comment