From 25081b1baedf97089e4f067ef5cbb7ecca87d057 Mon Sep 17 00:00:00 2001 From: Alexey Khromov Date: Sat, 22 Mar 2025 22:50:53 +0300 Subject: [PATCH] . --- CHANGES | 2 ++ source/bforce/prot_binkp.c | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index cb5eaa9..6e4d073 100644 --- a/CHANGES +++ b/CHANGES @@ -273,3 +273,5 @@ Alexey Khromov (zx@zxalexis.ru) 0.26 + Fixed incorrect binkp protocol realization in unprotected sessions. + + Fixed binkp override appliance in incoming handshake + diff --git a/source/bforce/prot_binkp.c b/source/bforce/prot_binkp.c index b86e702..b8bf28d 100644 --- a/source/bforce/prot_binkp.c +++ b/source/bforce/prot_binkp.c @@ -1222,6 +1222,7 @@ void binkp_process_ADR(char *buffer) DEB((D_24554, "process ADR: %s", buffer)); for( p = string_token(buffer, &q, NULL, 0); p; p = string_token(NULL, &q, NULL, 0) ) { + DEB((D_24554, "binkp_process_ADR got token \"%s\" ",p )); if( ftn_addrparse(&addr, p, FALSE) ) log("BinkP got unparsable address \"%s\"", string_printable(p)); else {