linenoise-ng icon indicating copy to clipboard operation
linenoise-ng copied to clipboard

Bug fixes

Open mikeowens opened this issue 6 years ago • 1 comments

Three small fixes:

  1. FreeBSD open() does not have S_IRUSR | S_IWUSR
  2. The source pointer for memcpy() in linenoiseHistorySave() is incorrect. It should point to head of list.
  3. linenoiseHistorySave() needs to check for NULL pointer (although this was a side effect of (2))

mikeowens avatar Aug 29 '18 06:08 mikeowens

Hi @mikeowens

Thanks a lot for your improvements. We are using an Apache 2 CLA for ArangoDB and its sub-components, which can be found here: https://www.arangodb.com/documents/cla.pdf

Could you please sign, scan and email it to [email protected]

Thanks a lot

OmarAyo avatar Aug 31 '18 12:08 OmarAyo