SQLite Forum

Two potential bugs of memory leak
Login

Two potential bugs of memory leak

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

sqlite version:3.22

Hello,I found two apotential bugs in sqlite3Would you help me check whether the bugs mentioned below are true? Thank you very much for your patience.

In file sqlite3-3.22.0toollemon.c In function pathsearch there is allocation of memory,and in certain way,this memory can not be freed correctly. image

In file sqlite3buildshell.c(build is a directory contain files generated by configure) In function readfile there is allocation of memory,and in certain way,this memory can not be freed correctly. image

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