Skip to content

Fix: preserve const quialifier#2152

Merged
jjnicola merged 2 commits intomainfrom
const-qualifier
Mar 11, 2026
Merged

Fix: preserve const quialifier#2152
jjnicola merged 2 commits intomainfrom
const-qualifier

Conversation

@jjnicola
Copy link
Member

@jjnicola jjnicola commented Mar 9, 2026

What:
Fix: preserve const quialifier
Close #2138
Jira: SC-1569

Why:
Standard strstr function signature accepts const char* arguments but historically returns a char* pointer.

How:

Checklist:

  • Tests
  • PR merge commit message adjusted

@jjnicola jjnicola requested a review from a team as a code owner March 9, 2026 16:31
@github-actions
Copy link

github-actions bot commented Mar 9, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA d1fc9c5.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

None

@github-actions github-actions bot added the patch_release creates a patch release label Mar 9, 2026
@github-actions github-actions bot added patch_release creates a patch release and removed patch_release creates a patch release labels Mar 9, 2026
@jjnicola jjnicola enabled auto-merge (squash) March 10, 2026 12:06
@github-actions github-actions bot added patch_release creates a patch release and removed patch_release creates a patch release labels Mar 10, 2026
@jjnicola jjnicola merged commit 8a35592 into main Mar 11, 2026
33 of 35 checks passed
@jjnicola jjnicola deleted the const-qualifier branch March 11, 2026 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch_release creates a patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

23.40.2: build failure with glibc 2.43

2 participants