New issue
Advanced search Search tips

Issue 900505 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Use of uninitialised |flags| variable in IntersectionObserverController::ComputeTrackedIntersectionObservations

Project Member Reported by ricea@chromium.org, Oct 31

Issue description

If target_view = document->View() is false then the |flags| variable will be used uninitialised. I suggest initialising with 0.

This was found with use_clang_static_analyzer = true. Sorry if it's a waste of time.
 
Components: Blink
Components: -Blink Blink>Layout

Sign in to add a comment