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 quote after quote bug #206

Closed eagleoflqj closed 4 years ago

eagleoflqj commented 4 years ago

Detailed description

After copying those stuff, the pointer should only move forward by 1.

Test plan

sdb d 'a="\" "' # OK
sdb d 'a="\""' # Previously says Missing quote

Closing issues

...