Bug 267351 - strstr->strchr when string is only one letter long
Summary: strstr->strchr when string is only one letter long
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-01-10 10:43 PST by Seija K.
Modified: 2024-01-10 12:40 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Seija K. 2024-01-10 10:43:30 PST
Instead of having to find a whole string, we can just find the char we
need.
Comment 1 EWS 2024-01-10 12:39:26 PST
Committed 272859@main (5d0b9adc2945): <https://commits.webkit.org/272859@main>

Reviewed commits have been landed. Closing PR #22601 and removing active labels.
Comment 2 Radar WebKit Bug Importer 2024-01-10 12:40:14 PST
<rdar://problem/120801782>