[Webkit-unassigned] [Bug 256010] New: [bmalloc] Replace ssize_t with ptrdiff_t for portability.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 26 13:38:35 PDT 2023


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

            Bug ID: 256010
           Summary: [bmalloc] Replace ssize_t with ptrdiff_t for
                    portability.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: bmalloc
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Basuke.Suzuki at sony.com
                CC: ggaren at apple.com

ssize_t is used for some argument to indicate +/-delta. Because it depends on posix, let's replace the usage with ptrdiff_t which is standard.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230426/120450df/attachment-0001.htm>


More information about the webkit-unassigned mailing list