jaeles-project / jaeles

The Swiss Army knife for automated Web Application Testing

Home Page:https://jaeles-project.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlite3-binding.c

Singh1Harjot opened this issue · comments

I'm getting installation error
root@wind:~# go install github.com/jaeles-project/jaeles@latest

github.com/mattn/go-sqlite3

sqlite3-binding.c: In function ‘sqlite3SelectNew’:
sqlite3-binding.c:129019:10: warning: function may return address of local variable [-Wreturn-local-addr]
129019 | return pNew;
| ^~~~
sqlite3-binding.c:128979:10: note: declared here
128979 | Select standin;
| ^~~~~~~

is this project still supported? did you figure how to fix this one?