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

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](https://user-images.githubusercontent.com/87304478/131201062-9baee947-ac39-45e6-9d1a-bc2a10592eeb.png)

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

See [forum post 7f2cc8ecf7](/forumpost/7f2cc8ecf7).