Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8728f4ed1f59186285fbd1cf5328d0cf2aeea467
      
https://github.com/WebKit/WebKit/commit/8728f4ed1f59186285fbd1cf5328d0cf2aeea467
  Author: Ahmad Saleem <[email protected]>
  Date:   2026-07-26 (Sun, 26 Jul 2026)

  Changed paths:
    M Source/WebCore/Modules/webaudio/OscillatorNode.h

  Log Message:
  -----------
  OscillatorNode::m_type has no default member initializer, leaving it 
uninitialized on exception-return path in create()
https://bugs.webkit.org/show_bug.cgi?id=320265
rdar://183189670

Reviewed by Chris Dumez.

m_type was only set in create(), so an exception-return path before
that assignment left it uninitialized (garbage). Give it a default
member initializer matching the default oscillator type.

* Source/WebCore/Modules/webaudio/OscillatorNode.h:

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



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

Reply via email to