Oliverity

Results 2 issues of Oliverity

The **handleEntry()** function in the **open-office-extractor.js** file has an instruction to read streams by 4096-byte chunks: `const chunk = readStream.read(0x1000);` Given the text in the *.docx file is not in...

On the issue https://github.com/morungos/node-word-extractor/issues/54. Unfortunately, it seems we can only get the encoding from the XML heading if we read the stream, and we better assume the encoding before that...