Files
VictoriaMetrics/lib/encoding/zstd
Nikolay 5db9d8fe04 lib/encoding/zstd: properly apply size limits
Previously, zstd Decoder didn't take in account Request Size limits
applied by VictoriaMetrics components.  And in case of incorrectly formed zstd block, VictoriaMetrics
component may allocate extra memory. Which may lead to the OOM errors.

This commit makes ingest endpoints check frame content size and window size headers based on MaxRequest Limits.
2025-11-13 18:13:27 +01:00
..
2025-05-06 12:12:29 +02:00