K 10 svn:author V 4 ache K 8 svn:date V 27 2016-09-05T04:49:58.873078Z K 7 svn:log V 336 1) Prevent out of bounds access to ws[-1] (passed buffer) which happens when the first mb sequence is incomplete and there are not enougn chars in the read buffer. ws[-1] may lead to memory faults or false results, in case the memory here contains '\n'. 2) Fix EOF checking I mess in my previos r305406 commit. MFC after: 3 days END