{"author":"Joshua Rogers","author_email":"MegaManSec@users.noreply.github.com","author_time":1759633049,"commit_time":1759665761,"committer":"Daniel Stenberg","committer_email":"daniel@haxx.se","hash":"eb8809270336225ef0266b01ca29191b88b1a3c7","message":"telnet: use pointer[0] for \"unknown\" option instead of pointer[i]\n\ni is taken from pointer[length-2] (often the IAC byte) before we do\nlength -= 2, so using pointer[i] indexes an arbitrary/stale byte\nunrelated to the option code. pointer[0] is the suboption’s option code\nper the telnet SB format, so printing pointer[0] yields correct, stable\ndiagnostics.\n\nCloses #18851\n","parents":["c0febf66614d1468edecf6dab48333218b130ae1"],"tree_hash":"6bf5cab4ac0bf431b5315d36a2b6851262935d96"}