HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/devel/mpatrol/files/patch-..__..__tools__dmalloc.c
--- ../../tools/dmalloc.c.orig	2002-01-08 20:05:10 UTC
+++ ../../tools/dmalloc.c
@@ -395,7 +395,7 @@ static
 char *
 bytestring(char *b, size_t s, char *p, size_t l)
 {
-    char *t;
+    const char *t;
     size_t i, n;
 
     for (i = n = 0; (i < s) && (i < l); i++)