Skip to content

Commit d6ed6cd

Browse files
author
HD Moore
committed
Fix a stack overflow in bidirectional pipe
1 parent b2c7223 commit d6ed6cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/rex/io/bidirectional_pipe.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def print_status(msg='')
9999
end
100100

101101
def print_warning(msg='')
102-
print_warning('[!] ' + msg)
102+
print_line('[!] ' + msg)
103103
end
104104

105105
#
@@ -159,4 +159,3 @@ def pgets
159159

160160
end
161161
end
162-

0 commit comments

Comments
 (0)