Commit 8c9206e
Use TrimEnd('\0') instead of Replace("\0", "") for null character stripping (EvilBeaver#1650)
* Initial plan
* Initial plan for fixing null character handling
Co-authored-by: nixel2007 <1132840+nixel2007@users.noreply.github.com>
* Fix: Use TrimEnd('\0') instead of Replace("\0", "") for safer null char handling
Co-authored-by: nixel2007 <1132840+nixel2007@users.noreply.github.com>
* Complete PR with all checks passed
Co-authored-by: nixel2007 <1132840+nixel2007@users.noreply.github.com>
* Remove accidentally committed nuget.exe
Co-authored-by: nixel2007 <1132840+nixel2007@users.noreply.github.com>
* Co-authored-by: nixel2007 <1132840+nixel2007@users.noreply.github.com>
* Remove opm.ospx - should not be in repository
Co-authored-by: nixel2007 <1132840+nixel2007@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: nixel2007 <1132840+nixel2007@users.noreply.github.com>1 parent 5948bb5 commit 8c9206e
1 file changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | | - | |
21 | | - | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | | - | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
0 commit comments