[Webkit-unassigned] [Bug 145596] New: [EFL][GTK] Fix build error since r185137

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 2 23:08:25 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=145596

            Bug ID: 145596
           Summary: [EFL][GTK] Fix build error since r185137
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hyungwook.lee at navercorp.com

r185137 used strlcpy() even though it is not standardized by POSIX. It caused build break on GTK and EFL port's debug build. To fix it, let's use strncpy() in Text.cpp.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150603/2e3de973/attachment.html>


More information about the webkit-unassigned mailing list