opnsense-ports/sysutils/uniutils/files/patch-unifuzz.c
Franco Fichtner 78643d4f9c */*: sync with upstream
Taken from: FreeBSD
2023-11-07 14:07:58 +01:00

11 lines
273 B
C

--- unifuzz.c.orig 2020-11-20 08:28:53 UTC
+++ unifuzz.c
@@ -97,7 +97,7 @@ EmitBadUTF8 () {
}
/* Emit the middle character from each range */
-EmitAllRanges(short AboveBMPP) {
+void EmitAllRanges(short AboveBMPP) {
int i;
UTF32 scp;
extern int Ranges_Defined;