From 14b89e157e2eea1173f7fd7e7385f13537b833ca Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 13 Aug 2000 06:31:54 +0000 Subject: Disable -w (web) mode for security reasons. --- net/ntop/files/patch-sec1 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 net/ntop/files/patch-sec1 (limited to 'net') diff --git a/net/ntop/files/patch-sec1 b/net/ntop/files/patch-sec1 new file mode 100644 index 000000000000..a8bfdf73ef25 --- /dev/null +++ b/net/ntop/files/patch-sec1 @@ -0,0 +1,18 @@ +--- ntop.c.orig Wed Apr 28 10:49:00 1999 ++++ ntop.c Sat Aug 12 23:19:04 2000 +@@ -325,13 +325,8 @@ + break; + + case 'w': +- if(!isdigit(optarg[0])) { +- printf("FATAL ERROR: flag -w expects a numeric argument.\n"); +- exit(-1); +- } +- webMode++; +- webPort = atoi(optarg); +- break; ++ fprintf(stderr, "-w mode is disabled for security reasons.\n"); ++ exit(-1); + + default: + usage(0); -- cgit git'>
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libmusicbrainz4/files
Commit message (Expand)AuthorAgeFilesLines