Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d06889

Browse files
committed
Minor bug fix
1 parent 87db5d0 commit 5d06889

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/dbms/mssqlserver/takeover.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def spHeapOverflow(self):
5757

5858
break
5959

60-
if addrs is None:
60+
if not addrs:
6161
errMsg = "sqlmap can not exploit the stored procedure buffer "
6262
errMsg += "overflow because it does not have a valid return "
6363
errMsg += "code for the underlying operating system (Windows "

0 commit comments

Comments
 (0)