quote: Fix returning out of string pointer, take 2
commit7cc90badae553a5ae25c3d93b75b024c73e2c7f4
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 20 Dec 2014 12:07:39 +0000 (20 15:07 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sat, 20 Dec 2014 12:07:39 +0000 (20 15:07 +0300)
tree33122fe11417677b1faeac84e87bc175906003e9
parent85ec505d05dfb987f8e0f728b1a350d6188739b0
quote: Fix returning out of string pointer, take 2

In commit a45febd767 only part of problem has been covered.
Need to be ready for strings like

 | `a

http://bugzilla.nasm.us/show_bug.cgi?id=3392295

Reported-by: Hanno Boeck <hanno@hboeck.de>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
quote.c