mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-10 09:49:06 +00:00
Some more things regarding #4269
This commit is contained in:
10
thirdparty/gprof2dot/gprof2dot.py
vendored
10
thirdparty/gprof2dot/gprof2dot.py
vendored
@@ -1271,16 +1271,6 @@ class CallgrindParser(LineParser):
|
||||
return None
|
||||
key, value = pair
|
||||
return value
|
||||
line = self.lookahead()
|
||||
mo = self._key_re.match(line)
|
||||
if not mo:
|
||||
return None
|
||||
key, value = line.split(':', 1)
|
||||
if key not in keys:
|
||||
return None
|
||||
value = value.strip()
|
||||
self.consume()
|
||||
return key, value
|
||||
|
||||
def parse_keys(self, keys):
|
||||
line = self.lookahead()
|
||||
|
||||
Reference in New Issue
Block a user