Affected by GO-2024-3042
and 6 other vulnerabilities
GO-2024-3042 : Podman vulnerable to memory-based denial of service in github.com/containers/podman
GO-2024-3169 : Improper Input Validation in Buildah and Podman in github.com/containers/buildah
GO-2025-3777 : Podman Improper Certificate Validation; machine missing TLS verification in github.com/containers/podman
GO-2025-3935 : podman kube play symlink traversal vulnerability in github.com/containers/podman
GO-2025-3961 : Podman Creates Temporary File with Insecure Permissions in github.com/containers/podman
GO-2026-5421 : PowerShell Command Injection in Podman HyperV Machine in github.com/containers/podman
GO-2026-5568 : Podman: WORKDIR symlink traversal vulnerability in github.com/containers/podman
Deprecated : The podman go module has been moved to go.podman.io/podman starting with the v6 release (i.e. go.podman.io/podman/v6)
The highest tagged major version is
v4 .
Discover Packages
github.com/containers/podman/v5
libpod
logs
reversereader
package
Version:
v5.0.0-rc1
Opens a new window with list of versions in this module.
Published: Feb 8, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type ReverseReader struct {
}
ReverseReader structure for reading a file backwards
NewReverseReader returns a reader that reads from the end of a file
rather than the beginning. It sets the readsize to pagesize and determines
the first offset using modulus.
ReverseReader reads from a given offset to the previous offset and
then sets the newoff set one pagesize less than the previous read.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.