db72c6ee38
The pointer to a newline could not advance enough, when the line ended with \r\n. The resulting buffer was correct, as the buffer range went from <start> until \r, but that the pointer increased by just 1 could lead to the problem that the next pointer points at \n, which is still part of the newline and therefore, "getNextBlock" got 1 byte too much. Refs Issue #4871 |
||
---|---|---|
.. | ||
PlyExporter.cpp | ||
PlyExporter.h | ||
PlyLoader.cpp | ||
PlyLoader.h | ||
PlyParser.cpp | ||
PlyParser.h |