Actions
Bug #8625
closedIO#read(len, buf) shortens buf even if data is not read actually
Bug #8625:
IO#read(len, buf) shortens buf even if data is not read actually
Description
By r34580, IO#read(len, buf) does not expand buf until data is read actually,
but it still shortens if the original buf size is greater than len.
Is this an intended behavior?
Actions