refactor(ssh.odin): removed offset from parser logic.

This commit is contained in:
2026-06-30 17:10:41 -04:00
parent 7aaa415777
commit 6244a6c8ce
3 changed files with 49 additions and 64 deletions
+3 -3
View File
@@ -16,11 +16,11 @@
8. Add tests for untested commands.
9. Update `read_wire_string` to use a slice.
9. Consider getting rid of color global.
10. Consider getting rid of color global.
10. `write_flags_table` should never return false.
11. `write_flags_table` should never return false.
11. Audit ssh.odin for places where `#no_bounds_check` would be appropriate.
## Double-check AI output