Bug 235918 - [Cocoa] "index 0 out of bounds" exception in AVTrackPrivateAVFObjCImpl::videoTrackConfiguration()
Summary: [Cocoa] "index 0 out of bounds" exception in AVTrackPrivateAVFObjCImpl::video...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jer Noble
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-01-31 13:54 PST by Jer Noble
Modified: 2022-02-01 11:05 PST (History)
1 user (show)

See Also:


Attachments
Patch (4.63 KB, patch)
2022-01-31 14:01 PST, Jer Noble
eric.carlson: review+
Details | Formatted Diff | Diff
Patch for landing (4.63 KB, patch)
2022-01-31 14:15 PST, Jer Noble
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2022-01-31 13:54:07 PST
[Cocoa] "index 0 out of bounds" exception in AVTrackPrivateAVFObjCImpl::videoTrackConfiguration()
Comment 1 Jer Noble 2022-01-31 13:54:35 PST
<rdar://87651247>
Comment 2 Jer Noble 2022-01-31 14:01:14 PST
Created attachment 450459 [details]
Patch
Comment 3 Eric Carlson 2022-01-31 14:10:26 PST
Comment on attachment 450459 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=450459&action=review

> Source/WebCore/ChangeLog:12
> +        array. It's possible that the array is mutated on a background thread between the cout

s/cout/count/
Comment 4 Jer Noble 2022-01-31 14:15:38 PST
Created attachment 450462 [details]
Patch for landing
Comment 5 EWS 2022-02-01 11:04:58 PST
Committed r288897 (246641@main): <https://commits.webkit.org/246641@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 450462 [details].