From a94c9fd1b58688de982a8211c144caec0124c86a Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sat, 6 Sep 2025 14:13:13 -0700 Subject: [PATCH] obo --- .../Packages/Sources/SecretAgentKit/SSHAgentInputParser.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Packages/Sources/SecretAgentKit/SSHAgentInputParser.swift b/Sources/Packages/Sources/SecretAgentKit/SSHAgentInputParser.swift index dc939cd..29fba64 100644 --- a/Sources/Packages/Sources/SecretAgentKit/SSHAgentInputParser.swift +++ b/Sources/Packages/Sources/SecretAgentKit/SSHAgentInputParser.swift @@ -21,7 +21,7 @@ public struct SSHAgentInputParser: SSHAgentInputParserProtocol { } let specifiedLength = (data[0..<4].bytes.unsafeLoad(as: UInt32.self).bigEndian) + 4 let rawRequestInt = data[4] - let remainingDataRange = 4..