Around line 59981 sqlite3StrAccumAppend(&out, zStart, zRawSql-zStart); The zRawSql-zStart is a 64-bit value (on a 64-bit machine) but gets down-converted to int.
Seems a little more error checking is appropriate to ensure this doesn't exceed an int. Would be an awfully long SQL string but potential error nonetheless. Michael D. Black Senior Scientist NG Information Systems Advanced Analytics Directorate _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users