Closed Bug 1685803 Opened 3 years ago Closed 3 years ago

Fix deprecated getBytes calls

Categories

(Core :: Widget: Cocoa, task)

task

Tracking

()

RESOLVED FIXED
86 Branch
Tracking Status
firefox86 --- fixed

People

(Reporter: longsonr, Assigned: longsonr)

Details

Attachments

(1 file)

For example

warning: widget/cocoa/nsDragService.mm:413:23 [-Wdeprecated-declarations] 'getBytes:' is deprecated: first deprecated in macOS 10.10 - This method is unsafe because it could potentially cause buffer overruns. Use -getBytes:length: instead.
warning: widget/cocoa/nsDragService.mm:455:19 [-Wdeprecated-declarations] 'getBytes:' is deprecated: first deprecated in macOS 10.10 - This method is unsafe because it could potentially cause buffer overruns. Use -getBytes:length: instead.
warning: widget/cocoa/nsUserIdleServiceX.mm:42:14 [-Wdeprecated-declarations] 'getBytes:' is deprecated: first deprecated in macOS 10.10 - This method is unsafe because it could potentially cause buffer overruns. Use -getBytes:length: instead.

Assignee: nobody → longsonr
Status: NEW → ASSIGNED
Pushed by longsonr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/e752099df41a
fix deprecated getBytes calls r=mstange
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: