[webkit-reviews] review denied: [Bug 224755] URL::URL(HashTableDeletedValueType) triggers -Wuninitialized warnings with GCC 11 : [Attachment 426623] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 20 18:04:57 PDT 2021


Darin Adler <darin at apple.com> has denied Michael Catanzaro
<mcatanzaro at gnome.org>'s request for review:
Bug 224755: URL::URL(HashTableDeletedValueType) triggers -Wuninitialized
warnings with GCC 11
https://bugs.webkit.org/show_bug.cgi?id=224755

Attachment 426623: Patch

https://bugs.webkit.org/attachment.cgi?id=426623&action=review




--- Comment #12 from Darin Adler <darin at apple.com> ---
Comment on attachment 426623
  --> https://bugs.webkit.org/attachment.cgi?id=426623
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=426623&action=review

> Source/WebCore/workers/service/ServiceWorkerRegistrationKey.h:73
> +    bool m_isHashTableDeletedValue;

This needs to be initialized to false!


More information about the webkit-reviews mailing list