hollasch / eol

Convert file end-of-line encodings
MIT License
0 stars 0 forks source link

eol doesn't null terminate the eol buffer #8

Closed hollasch closed 1 year ago

hollasch commented 1 year ago

I should probably convert this to use string or wstring.

hollasch commented 1 year ago

Ah, never mind. It tracks the length of the EOL buffer, but does not null terminate it (because it needs to be able to emit null bytes).