SQLite Forum

A potential bug of return stack address
Login
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)