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

Add printf-format arguments check for sdb_fmt #229

Closed XVilka closed 3 years ago

XVilka commented 3 years ago

Detailed description

It allows compilers like GCC or Clang to check the validity of sdb_fmt() arguments count and type, according to the used format string.

Test plan

All green