radareorg / sdb

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

cdb_init called too many times #122

Open radare opened 7 years ago

radare commented 7 years ago
$ echo foo=bar | ./sdb foo.db -
CALL -1
CALL 3
CALL 3
$ echo foo=bar | ./sdb foo.db -
CALL 3
CALL 3
CALL 3
CALL 3
radare commented 7 years ago
screen shot 2017-01-04 at 10 41 06 screen shot 2017-01-04 at 10 41 21