radareorg / sdb

Simple and fast string based key-value database with support for arrays and json
https://www.radare.org/
MIT License
218 stars 62 forks source link

Fix symbol conflicts with libmagic #280

Closed meme closed 7 months ago

meme commented 7 months ago

Checklist

Description

libmagic defines the buffer_init symbol, so I've renamed it to bufferinitialize. Honestly, neither libmagic nor sdb should be using this symbol name since it's so generic. So perhaps we could rename all of these `buffermethods tosdbbuffer` if that works.