ibmdb / node-ibm_db

IBM DB2 and IBM Informix bindings for node
MIT License
188 stars 151 forks source link

Fix for https://github.com/ibmdb/node-ibm_db/issues/943 #945

Closed asselin closed 9 months ago

asselin commented 10 months ago

OUTPUT parameter of type BINARY and non-Buffer (e.g. string) causes node to crash with a double free of memory

Fix for #943