On 2/20/19, William ESCANDE <william.escande+sqli...@gmail.com> wrote:
> Hi everyone !
>
> TL;DR:
> with sanitizer
> in func columnName (l.82210)
> calling xFunc(l.82235) trigger a cfi_check (and then ABORT)
>
> Fix to do :
> change prototype of sqlite3_value_text to let him return a `void *`

There are millions and millions of applications that are coded to the
existing API, so we cannot change APIs.

I rewrote columnName() to completely avoid the use of function
pointers.  Perhaps this will appease your compiler.
-- 
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