Fix bug causing OOM failure. An output parameter was not assigned in the...
Fix bug causing OOM failure. An output parameter was not assigned in the failure path of GcsFileSystem::LoadBufferFromGCS(). The fix always zeroes the output parameter, and it also changes the consumer of this API so that the output value is only used when the return Status == OK. PiperOrigin-RevId: 180847708
Loading
Please sign in to comment