jakethaw / pivot_vtab

SQLite3 pivot virtual table
MIT License
29 stars 1 forks source link

Fix pivotEof: pivot_key dangling pointer after free. #8

Open dmagyari opened 1 year ago

dmagyari commented 1 year ago

I think this is the cause of all three current issues.

Tested with sqlite3 v3.42.0 on Windows WSL2. The demo script in README.md aborted with a segmentation fault. After the fix, it runs fine.

AlexSartori commented 1 month ago

THIS.

Yesterday I spent the entire day cursing around. Only this morning I opened an issue and noticed your PR.

I wish the author would merge it, this truly saved me hours and hours of workarounds. Or at least I wish that your fork appeared above the original repo in Google searches.

Bless you my dude :)