On 12/20/16, Alexey Romanov <alexey.v.roma...@gmail.com> wrote:
> It looks to me like the test in line 3512 of
> http://www.sqlite.org/src/annotate?filename=src/vdbeaux.c&checkin=8165f88bb1d40693
> should use `szSpace - off` instead of +, because that's the remaining space
> after &pSpace[off] used in the else branch.
>

I think you may be correct.  Thanks.

On the other hand, it appears that nOff is always zero on current
compilers.  So this may not an urgent problem.  I will investigate
further and perhaps check in some changes.
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to