[webkit-changes] [WebKit/WebKit] bb9c46: Cherry-pick 275655 at main (dc2a5279c02a). https://bu...

Adrian Perez noreply at github.com
Thu Apr 25 00:47:07 PDT 2024


  Branch: refs/heads/webkitglib/2.44
  Home:   https://github.com/WebKit/WebKit
  Commit: bb9c461af9bf7e1d5468af3b3658ad61bc9d4099
      https://github.com/WebKit/WebKit/commit/bb9c461af9bf7e1d5468af3b3658ad61bc9d4099
  Author: Dennis Camera <dennis.camera+webkit at riiengineering.ch>
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
    M Source/WTF/wtf/linux/RealTimeThreads.cpp
    M Source/WTF/wtf/posix/ThreadingPOSIX.cpp

  Log Message:
  -----------
  Cherry-pick 275655 at main (dc2a5279c02a). https://bugs.webkit.org/show_bug.cgi?id=270474

    [WTF] fix empty initializer of sched_param
    https://bugs.webkit.org/show_bug.cgi?id=270474

    Reviewed by Michael Catanzaro.

    Initializing the sched_param structs to zero with { 0 } fails when using GCC 13.

    * Source/WTF/wtf/linux/RealTimeThreads.cpp: change struct sched_param zero initializer.
    * Source/WTF/wtf/posix/ThreadingPOSIX.cpp: change struct sched_param zero initializer.

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

Canonical link: https://commits.webkit.org/274313.161@webkitglib/2.44



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