Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Adam_Kramer_150's avatar
Adam_Kramer_150
Icon for Nimbostratus rankNimbostratus
Jun 20, 2005

TCP::respond does unicode expansion?!

So I'm trying to send the bytes 0x05 0x86 back to a socks client with TCP::respond       set r [binary format H2H2 05 86]   log "length of response is [string length $r]" ...