Skip to content

Fix Str marshalling#12

Merged
tothtamas28 merged 1 commit into
masterfrom
fix-string-marshalling
May 8, 2026
Merged

Fix Str marshalling#12
tothtamas28 merged 1 commit into
masterfrom
fix-string-marshalling

Conversation

@tothtamas28
Copy link
Copy Markdown
Collaborator

@tothtamas28 tothtamas28 commented May 8, 2026

  • Avoids converting KORE strings like "\x00" into "\\x00" by not calling to_kore() before marshalling.
  • Avoids CString conversion issues with strings that contain \x00 characters by calling kore_pattern_new_token_with_len on raw byte arrays instead.

@tothtamas28 tothtamas28 marked this pull request as draft May 8, 2026 13:43
@tothtamas28 tothtamas28 requested a review from gtrepta May 8, 2026 13:46
@tothtamas28 tothtamas28 marked this pull request as ready for review May 8, 2026 13:49
@tothtamas28 tothtamas28 merged commit 73c4986 into master May 8, 2026
2 checks passed
@tothtamas28 tothtamas28 deleted the fix-string-marshalling branch May 8, 2026 14:01
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.

2 participants