Marie
Marie
Is there any plan to fix this one?
@akhaku Since `MemBuffer.prototype.read` (from `memBuffer.js`) can potentially throw MemBuffer overrun, couldn't we at least make sure to catch that error, please? Otherwise, it becomes an `uncaughtException` which causes crashes. Locally,...
This error has re-appeared for me after upgrading to node `9.11.1`.
I just created a PR (#88) leveraging the code I posted above since it looks like it works for a few people other than me. I hope this can get...
I updated my branch to also catch errors on `Membuffer.read` with the following stack trace: ```uncaughtException: Error: MemBuffer overrun at MemBuffer.read (/[...]/node_modules/evernote/lib/thrift/transport/memBuffer.js:29:55) at BinaryProtocol.readString (/[...]/node_modules/evernote/lib/thrift/protocol/binaryProtocol.js:333:29) at BinaryProtocol.readType (/[...]/node_modules/evernote/lib/thrift/protocol/binaryProtocol.js:353:25) at Object.Thrift.Struct.readFields...