mirror of
https://github.com/containers/podman.git
synced 2026-09-22 11:26:03 -04:00
Replaces unnecessary heap allocations for case-insensitive equality checks with standard library strings.EqualFold. Fixes: #29526 Signed-off-by: Vishnu Kothakapu <vishnukothakapu27@gmail.com>