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

Use _ instead of : because : is invalid on Windows #210

Closed ret2libc closed 4 years ago

ret2libc commented 4 years ago

The use of : in file names prevents sdb from being cloned on Windows

Test plan

Just try to clone this branch and master on a Windows machine. master will fail with something like:

error: invalid path 'test/fuzz/minimized_third/out/id:0000052.out'

Closing issues

None

trufae commented 4 years ago

Lgtm