summaryrefslogtreecommitdiffstats
path: root/ftp/vsftpd/files/patch-utility
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/vsftpd/files/patch-utility')
-rw-r--r--ftp/vsftpd/files/patch-utility13
1 files changed, 13 insertions, 0 deletions
diff --git a/ftp/vsftpd/files/patch-utility b/ftp/vsftpd/files/patch-utility
new file mode 100644
index 0000000..95b1070
--- /dev/null
+++ b/ftp/vsftpd/files/patch-utility
@@ -0,0 +1,13 @@
+--- utility.c.orig Fri Jul 2 18:26:30 2004
++++ utility.c Mon Oct 10 01:19:02 2005
+@@ -33,6 +33,10 @@
+ void
+ bug(const char* p_text)
+ {
++ static int inside_bug = 0;
++ if (inside_bug)
++ vsf_sysutil_exit(1);
++ inside_bug++;
+ /* Rats. Try and write the reason to the network for diagnostics */
+ vsf_sysutil_activate_noblock(VSFTP_COMMAND_FD);
+ (void) vsf_sysutil_write_loop(VSFTP_COMMAND_FD, "500 OOPS: ", 10);
OpenPOWER on IntegriCloud