mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-14 00:11:28 +05:30
cdde659563
This adds a workaround for the `secretservice` sub-package to build under 32bit Linux. It limits the total number of list entries to (2^29)-1. A short explanation of how this number was calculated has been added in a comment. Signed-off-by: Daniel Joos <daniel@joosweb.de>