mirror of
https://github.com/containers/podman.git
synced 2026-09-16 15:55:37 -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>