[webkit-changes] [WebKit/WebKit] 6b522c: Fix warning about LOG_ERROR usage

Ross Kirsling noreply at github.com
Mon Feb 13 00:51:23 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6b522c17192325edcb38a3ef4d0f3eb59e561d1f
      https://github.com/WebKit/WebKit/commit/6b522c17192325edcb38a3ef4d0f3eb59e561d1f
  Author: Ross Kirsling <ross.kirsling at sony.com>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
    M Source/WebDriver/socket/HTTPParser.cpp

  Log Message:
  -----------
  Fix warning about LOG_ERROR usage
https://bugs.webkit.org/show_bug.cgi?id=252151

Reviewed by Fujii Hironori.

* Source/WebDriver/socket/HTTPParser.cpp:
(WebDriver::HTTPParser::abortProcess):
Fix -Wformat-security violation by making "%s" explicit.

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




More information about the webkit-changes mailing list