SQLite Forum

A potential bug of return stack address
Login

A potential bug of return stack address

(1) By hyx (hyxl1017) on 2021-08-28 00:57:28 [source]

sqlite version:3.22

Hello,I found a potential bug in sqlite3Would you help me check whether the bug mentioned below is true? Thank you very much for your patience.

In file sqlite3/build/shell.c(build is a directory generated by configure) In function zipfileFilter In line 4923: load value of pointer which is parameter of function to pCsr In line 4966: load stack address to member of *pCsr image

(2) By Richard Hipp (drh) on 2021-08-28 01:17:25 in reply to 1 [link] [source]