[webkit-changes] [WebKit/WebKit] 345a84: Fix uninitialized variables in RenderLayer

Nikolas Zimmermann noreply at github.com
Fri Sep 13 12:22:27 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 345a8422657f4fd98601077b00c82bc292f9a4a4
      https://github.com/WebKit/WebKit/commit/345a8422657f4fd98601077b00c82bc292f9a4a4
  Author: Nikolas Zimmermann <nzimmermann at igalia.com>
  Date:   2024-09-13 (Fri, 13 Sep 2024)

  Changed paths:
    M Source/WebCore/rendering/RenderLayer.h

  Log Message:
  -----------
  Fix uninitialized variables in RenderLayer
https://bugs.webkit.org/show_bug.cgi?id=279259

Reviewed by Simon Fraser.

Make sure that the variables m_intrinsicallyComposited,
m_hasIntrinsicallyCompositedDescendants(StatusDirty)
are properly initialized.

Otherwise this spoofs valgrind with lots of error messages,
regarding uninitialized reads -- covered by existing tests.

* Source/WebCore/rendering/RenderLayer.h:

Canonical link: https://commits.webkit.org/283641@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list