taosdata / TDengine

High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios
https://tdengine.com
GNU Affero General Public License v3.0
23.42k stars 4.87k forks source link

fix(query)[TD-33008]. fix error handling in tsdbCacheRead #28921

Open JinqingKuang opened 19 hours ago

JinqingKuang commented 19 hours ago

Fix an issue that a freed null pointer was accessed during error handling in tsdbCacheRead, which would cause a crash.

Pull Request Checklist