-
Notifications
You must be signed in to change notification settings - Fork 18.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposed fix for #8979 #9064
Proposed fix for #8979 #9064
Conversation
Thank you for your contribution. Could you please amend to sign your commit? |
2e95c0d
to
d3e54fd
Compare
Sure. I was expecting you to ask me to turn the spaces to tabs (which I also did now). |
@recursive-madman does it fix the problem on your machine? because I can only test it doesnt break current functionality/cli output |
Perhaps an inline comment should be added to clarify why this change was made, to prevent future coders from "cleaning it up" if they didn't know the change was to accommodate 32 bit machines. |
…sumably fixes moby#8979. Signed-off-by: Recursive Madman <recursive.madman@gmx.de>
d3e54fd
to
4c2cb04
Compare
@jfrazelle yes, it does solve the problem. |
4c2cb04
to
5cd5319
Compare
any chance for this to get merged? any more adjustments necessary? |
LGTM (ping @jfrazelle @crosbymichael) |
LGTM |
Don't loose precision when parsing image size on 32 bit machines.
Presumably fixes #8979.