On 2/20/19, William ESCANDE <[email protected]> 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 [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

