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

Rework sdb_itoa buffer management to silence GCC warning #242

Closed hno closed 3 years ago

hno commented 3 years ago

make a clearer separation between temporary and allocated string buffer eleminating gcc warning about function may return address of local variable

Checklist

Description

See above. It's a cosmetic bugfix. Nothing new to document or add.

trufae commented 3 years ago

Also updated in r2! thanks!