Closed stevesims closed 3 months ago
ensure that calls to read and peek will return -1 if there is there isn’t a currently valid buffer block in MultiBufferStream
read
peek
this fixes an issue where calling a buffer that ends with an incomplete VDU command would cause the VDP to fatally crash
Fixes #241
ensure that calls to
read
andpeek
will return -1 if there is there isn’t a currently valid buffer block in MultiBufferStreamthis fixes an issue where calling a buffer that ends with an incomplete VDU command would cause the VDP to fatally crash
Fixes #241