[webkit-changes] [WebKit/WebKit] b38121: CodeGeneratorExtensions.pm: Use of uninitialized v...

Timothy Hatcher noreply at github.com
Tue Sep 12 01:44:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b38121da42a0483fdb1bc13782f1c7a8059de100
      https://github.com/WebKit/WebKit/commit/b38121da42a0483fdb1bc13782f1c7a8059de100
  Author: Timothy Hatcher <timothy at apple.com>
  Date:   2023-09-12 (Tue, 12 Sep 2023)

  Changed paths:
    M Source/WebKit/WebProcess/Extensions/Bindings/Scripts/CodeGeneratorExtensions.pm

  Log Message:
  -----------
  CodeGeneratorExtensions.pm: Use of uninitialized value $nullOrUndefined in concatenation (.) or string
https://webkit.org/b/261459
rdar://problem/115338618

Reviewed by Kimmo Kinnunen.

* Source/WebKit/WebProcess/Extensions/Bindings/Scripts/CodeGeneratorExtensions.pm:
(_javaScriptTypeCondition): Initialize the $nullOrUndefined variable, before conditionally setting it,
so it always has a value.

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




More information about the webkit-changes mailing list