mirror of
https://github.com/containers/podman.git
synced 2026-09-21 19:06:02 -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>