]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Remove a useless warning about the SMB decoder.
authorDenis Ovsienko <[email protected]>
Sat, 28 Jul 2018 19:33:34 +0000 (20:33 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 25 Sep 2018 14:04:40 +0000 (16:04 +0200)
In the last couple years it had been proved that any decoder can
potentially have buffer overflows, hence let's not emphasize one of them
more than the others.

(backported from commit 415b70b6ce in master)

configure
configure.in

index 7124f6f63fe79f9410a81c12bc77aa6696f4518c..7c1f1df4ccc7c4d088274f66dcd67167e868a112 100755 (executable)
--- a/configure
+++ b/configure
@@ -4498,8 +4498,6 @@ fi
 case "$enableval" in
 yes)   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
-       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The SMB printer may have exploitable buffer overflows!!!" >&5
-$as_echo "$as_me: WARNING: The SMB printer may have exploitable buffer overflows!!!" >&2;}
 
 $as_echo "#define ENABLE_SMB 1" >>confdefs.h
 
index b2305a5d3820f8965ff7a386d39c620e96cee4de..4b65b75755bfe231606a5f6a06cda45de08ebe3a 100644 (file)
@@ -174,7 +174,6 @@ AC_ARG_ENABLE(smb,
    enableval=yes)
 case "$enableval" in
 yes)   AC_MSG_RESULT(yes)
-       AC_WARN([The SMB printer may have exploitable buffer overflows!!!])
        AC_DEFINE(ENABLE_SMB, 1,
            [define if you want to build the possibly-buggy SMB printer])
        LOCALSRC="print-smb.c smbutil.c $LOCALSRC"