mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 11613adee6 | |||
| 8dc6509929 | |||
| 3f8b122ce7 |
@@ -5037,6 +5037,12 @@ PyIOStream_read_all (PyIOStream * self, PyObject * args)
|
||||
|
||||
if (error == NULL)
|
||||
{
|
||||
if ((unsigned long) bytes_read != count)
|
||||
{
|
||||
Py_DecRef (buffer);
|
||||
buffer = PyBytes_FromString ("");
|
||||
}
|
||||
|
||||
result = buffer;
|
||||
}
|
||||
else
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/frida/frida-core.git
|
||||
revision = 16.7.2
|
||||
revision = 16.7.4
|
||||
depth = 1
|
||||
|
||||
[provide]
|
||||
|
||||
Reference in New Issue
Block a user