Bug#1092774: libfcgi: CVE-2025-23016 (2/5)
From
Bastian Germann@21:1/5 to
All on Mon Apr 14 20:50:01 2025
[continued from previous message]
-LINK32_FLAGS=libfcgi.lib /nologo /pdb:none /machine:IX86 /out:"$(OUTDIR)\echo.exe" /libpath:"..\libfcgi\Release"
+LINK32_FLAGS=libfcgi.lib /nologo /pdb:none /out:"$(OUTDIR)\echo.exe" /libpath:"..\libfcgi\Release"
LINK32_OBJS= \
"$(INTDIR)\echo.obj" \
"..\libfcgi\Release\libfcgi.lib"
@@ -163,7 +163,7 @@
<<
LINK32=link.exe
-LINK32_FLAGS=libfcgi.lib /nologo /profile /map:"$(INTDIR)\echo.map" /debug /machine:IX86 /out:"$(OUTDIR)\echo.exe" /libpath:"..\libfcgi\Debug"
+LINK32_FLAGS=libfcgi.lib /nologo /profile /map:"$(INTDIR)\echo.map" /debug /out:"$(OUTDIR)\echo.exe" /libpath:"..\libfcgi\Debug"
LINK32_OBJS= \
"$(INTDIR)\echo.obj" \
"..\libfcgi\Debug\libfcgi.lib"
diff -Nru libfcgi-2.4.2/examples/echo-x.c libfcgi-2.4.5/examples/echo-x.c
--- libfcgi-2.4.2/examples/echo-x.c 2019-02-19 12:19:19.000000000 +0100
+++ libfcgi-2.4.5/examples/echo-x.c 2025-04-14 19:35:59.000000000 +0200
@@ -6,7 +6,7 @@
*
* Copyright (c) 1996 Open Market, Inc.
*
- * See the file "LICENSE.TERMS" for information on usage and redistribution
+ * See the file "LICENSE" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
*/
diff -Nru libfcgi-2.4.2/examples/echox.mak libfcgi-2.4.5/examples/echox.mak
--- libfcgi-2.4.2/examples/echox.mak 2019-02-19 12:19:19.000000000 +0100
+++ libfcgi-2.4.5/examples/echox.mak 2025-04-14 19:35:59.000000000 +0200
@@ -84,7 +84,7 @@
BSC32_SBRS= \
LINK32=link.exe
-LINK32_FLAGS=libfcgi.lib /nologo /pdb:none /machine:IX86 /out:"$(OUTDIR)\echo-x.exe" /libpath:"..\libfcgi\Release"
+LINK32_FLAGS=libfcgi.lib /nologo /pdb:none /out:"$(OUTDIR)\echo-x.exe" /libpath:"..\libfcgi\Release"
LINK32_OBJS= \
"$(INTDIR)\echo-x.obj" \
"..\libfcgi\Release\libfcgi.lib"
@@ -16