Skip to content

Fixed a few buffer overrun bugs...#154

Open
strangelydim wants to merge 1 commit into
masterfrom
ebowden/char-fix
Open

Fixed a few buffer overrun bugs...#154
strangelydim wants to merge 1 commit into
masterfrom
ebowden/char-fix

Conversation

@strangelydim
Copy link
Copy Markdown
Contributor

... due to having assumed a "char" was just 1 byte (it is 2 bytes in .NET), and fixed a loop index bug that caused GetStringAscii to return a string that was just the first character repeated multiple times.

@strangelydim strangelydim requested review from JPWatson and mikeb01 May 22, 2026 15:51
…st 1 byte (it is 2 bytes in .NET), and fixed a loop index bug that caused GetStringAscii to return a string that was just the first character repeated multiple times.
@mikeb01
Copy link
Copy Markdown
Contributor

mikeb01 commented May 26, 2026

Is it possible to get a unit test on this to show the problem?

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