-
Notifications
You must be signed in to change notification settings - Fork 4.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
[release/8.0-staging] crashinfo.cpp/crashinfounix.cpp: use off_t instead of off64_t #101272
[release/8.0-staging] crashinfo.cpp/crashinfounix.cpp: use off_t instead of off64_t #101272
Conversation
Tagging subscribers to this area: @tommcdon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. we will take for consideration in 8.0.x
920e13a
to
05ad51a
Compare
05ad51a
to
1be7e43
Compare
This is no longer blocking servicing as we have a PR with a source-build patch out at dotnet/installer#19544 |
please ensure that this is merged, as it has already been merged into release/8 |
Backport of #91968 to release/8.0-staging
/cc @jkoritzinsky @ayakael
Customer Impact
Source-Build's Alpine validation has moved to 3.19, which does not define
off64_t
. This fix is required to unblock May servicing. Discovered in dotnet/source-build#4339Regression
Testing
I've manually verified that the images we build against define
off_t
as a 64-bit type on 64-bit systems.Risk
Low