403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
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/audio/tosha/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/audio/tosha/files/patch-tosha.c
--- tosha.c.orig	1999-01-01 23:57:49 UTC
+++ tosha.c
@@ -240,8 +240,10 @@ resolve_extension (char *template)
 		return template;
 	if (!(tmpstr = malloc(strlen(template) + strlen(formatspec->ext) - 1)))
 		out_of_memory();
-	if ((prefix = cptr - template))
+	if ((prefix = cptr - template)) {
 		strncpy (tmpstr, template, prefix);
+		tmpstr[prefix] = '\0';
+	}
 	strcat (tmpstr + prefix, formatspec->ext);
 	prefix += strlen(formatspec->ext);
 	strcat (tmpstr + prefix, cptr + 2);
@@ -369,11 +371,12 @@ is_audio (int track, ulong start)
 				frmctl = trackctl[i];
 				break;
 			}
-		if (frmctl < 0) /* Ugh! */
+		if (frmctl < 0) { /* Ugh! */
 			if (numtracks >= 1 && start >= trackstart[1])
 				frmctl = trackctl[numtracks - 1];
 			else
 				frmctl = trackctl[0];
+		}
 	}
 	if ((frmctl & 4) == 0)
 		return 1;
@@ -698,7 +701,7 @@ main (int argc, char *argv[])
 	 *   Now get us the stuff!
 	 */
 
-	if (!indexonly && (singlefile = startsec >= 0 || !strchr(outname, '%')))
+	if (!indexonly && (singlefile = startsec >= 0 || !strchr(outname, '%'))){
 		if (!strcmp(outname, "-"))
 			pcmfd = 1;
 		else {
@@ -710,6 +713,7 @@ main (int argc, char *argv[])
 					O_TRUNC, 0644)) < 0)
 				die ("open(output file)");
 		}
+	}
 	if (!quiet)
 		print_head();
 	get_time (&starttime);

Youez - 2016 - github.com/yon3zu
LinuXploit