quote: Fix returning out of string pointer
commita45febd767642dafc017a3210f357c7a2139e475
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 23 Nov 2014 15:26:54 +0000 (23 18:26 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sun, 23 Nov 2014 15:26:54 +0000 (23 18:26 +0300)
tree9dff28fb31b5927108307a7ec1c093238fbb3b07
parent5c0b082c9289d78577168ad7eaf13b56c58deb5c
quote: Fix returning out of string pointer

In case if string is a single grave accent we
return the pointer to uninitialized space.

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

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
quote.c