InvalidMemoryOperationError from File.byLine()?

anonymous via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jun 2 14:42:53 PDT 2015


On Tuesday, 2 June 2015 at 20:56:41 UTC, Steven Schveighoffer 
wrote:
> Hm... I think the issue might possibly be solved. What version 
> of the compiler are you using?

I think 14005 (and 14578) are fixed in git head, because there's 
no assumeSafeAppend in byLine anymore.

But the underlying issue 13856 is still there: readln still 
stomps happily over the bounds of its buffer.


More information about the Digitalmars-d-learn mailing list