]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use only unsigned values in the implementatin of LIKE and GLOB so that
authordrh <drh@noemail.net>
Mon, 13 Jun 2011 12:19:21 +0000 (12:19 +0000)
committerdrh <drh@noemail.net>
Mon, 13 Jun 2011 12:19:21 +0000 (12:19 +0000)
commit0a32fa6d8150d8b5399a87d6c3ee7a679ee241a6
tree45e2bbab28b06472bfea16c6eac6426a8d8c49b7
parent7006c18e0043a2787b763e7fa7f3a0df964fe5cf
Use only unsigned values in the implementatin of LIKE and GLOB so that
values won't overflow to negative when dealing with malformed UTF8.

FossilOrigin-Name: 77f01578bb565d1bc884b374b68bae10ce34a084
manifest
manifest.uuid
src/func.c
src/sqliteInt.h
src/utf.c