Skip to content

Fix potential sed issue#12

Merged
taughz merged 1 commit into
mainfrom
fix-sed-replacement
Jun 7, 2026
Merged

Fix potential sed issue#12
taughz merged 1 commit into
mainfrom
fix-sed-replacement

Conversation

@taughz

@taughz taughz commented Jun 7, 2026

Copy link
Copy Markdown
Owner

To make a replacement with the whole match, & should be used. The previous \0 could be treated as a literal null byte. Even though it wasn't, and it did work as expected.

To make a replacement with the whole match, `&` should be used. The
previous `\0` could be treated as a literal null byte. Even though it
wasn't, and it did work as expected.
@taughz taughz self-assigned this Jun 7, 2026
@taughz taughz force-pushed the fix-sed-replacement branch from a47db63 to a6fc471 Compare June 7, 2026 19:24
@taughz taughz merged commit a6fc471 into main Jun 7, 2026
1 check passed
@taughz taughz deleted the fix-sed-replacement branch June 7, 2026 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant