SECURITY UPDATE: out-of-bounds read from manipulated SFTP extension index
debian/patches/CVE-2026-3731.patch: Fix out-of-bound read in sftp
extensions by replacing '>' with '>=' in index checks; cause: off-by-one
error in index comparison allowing idx equal count.