WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
248188
[ANGLE] Constants.h uses size_t without declaring it
https://bugs.webkit.org/show_bug.cgi?id=248188
Summary
[ANGLE] Constants.h uses size_t without declaring it
Michael Catanzaro
Reported
2022-11-21 12:43:52 PST
I hit a build failure in Source/ThirdParty/ANGLE/src/libANGLE/Constants.h caused by missing declaration of size_t. According to
https://en.cppreference.com/w/c/types/size_t
, size_t is guaranteed to be declared in many headers, but stdint.h (already included in Constants.h) is confusingly not one of them. The nicest-looking options are stddef.h or stdlib.h. I've arbitrarily picked stddef.h.
Attachments
Add attachment
proposed patch, testcase, etc.
Michael Catanzaro
Comment 1
2022-11-21 12:44:34 PST
Pull request:
https://github.com/WebKit/WebKit/pull/6708
EWS
Comment 2
2022-11-22 18:17:41 PST
Committed
256962@main
(43fa2c39050d): <
https://commits.webkit.org/256962@main
> Reviewed commits have been landed. Closing PR #6708 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2022-11-22 18:18:17 PST
<
rdar://problem/102615558
>
Kimmo Kinnunen
Comment 4
2023-01-26 06:06:33 PST
https://bugs.chromium.org/p/angleproject/issues/detail?id=7976
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug