mirror of https://github.com/sysown/proxysql
Add assert(proxy_sqlite3_bind_blob) to the assertion block in SQLite3DB::LoadPlugin to ensure the symbol is provided by plugins. Without this, if a plugin fails to provide the symbol, the code will crash at runtime with no safety check. proxy_sqlite3_bind_blob is actively used in Anomaly_Detector.cpp:765 to bind embeddings. Addresses coderabbitai review comment.pull/5310/head^2
parent
18cc246209
commit
5dd5dbe6b7
Loading…
Reference in new issue