Skip to content

Commit a98696a

Browse files
committed
Should be less than.
1 parent 16f789f commit a98696a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jakarta/notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- if either check doesn't pass, CPU shuts off
1717
- if both checks pass, `test_username_and_password_valid` called
1818
- `getsn` for username given max 255 bytes
19-
- `getsn` for password given remainder of buffer (>= 31 bytes...)
19+
- `getsn` for password given remainder of buffer (<= 31 bytes...)
2020
- return address of `login` on stack at 0x4016
2121
2222

0 commit comments

Comments
 (0)