GO-2026-5115 : Grafana Loki Path Traversal - CVE-2021-36156 Bypass in github.com/grafana/loki
Discover Packages
github.com/grafana/loki/v3
pkg
dataobj
internal
util
sliceclear
package
Version:
v3.4.2
Opens a new window with list of versions in this module.
Published: Feb 14, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package sliceclear provides a way to clear and truncate the length of a
slice.
func Clear[Slice ~[]E, E any ](s Slice) Slice
Clear zeroes out all values in s and returns s[:0]. Clear allows memory of
previous elements in the slice to be reclained by the garbage collector
while still allowing the underlying slice memory to be reused.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.