mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Implementation for an Issue #307
This commit is contained in:
@@ -40,6 +40,10 @@ class BigArray(list):
|
||||
self.chunks[-1] = filename
|
||||
self.chunks.append([])
|
||||
|
||||
def extend(self, value):
|
||||
for _ in value:
|
||||
self.append(_)
|
||||
|
||||
def pop(self):
|
||||
if len(self.chunks[-1]) < 1:
|
||||
self.chunks.pop()
|
||||
|
||||
Reference in New Issue
Block a user