Compare commits

...

5 Commits

Author SHA1 Message Date
Ole André Vadla Ravnås 11613adee6 subprojects: Prepare for release 2025-03-31 21:22:58 +02:00
Ole André Vadla Ravnås 8dc6509929 subprojects: Bump outdated 2025-03-31 20:17:46 +02:00
Ole André Vadla Ravnås 3f8b122ce7 extension: Fix IOStream.read_all() EOS handling 2025-03-30 22:27:27 +02:00
Ole André Vadla Ravnås 29abf88e31 subprojects: Prepare for release 2025-03-21 14:20:56 +01:00
Ole André Vadla Ravnås 5370147e85 subprojects: Bump outdated 2025-03-21 14:19:38 +01:00
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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 -1
View File
@@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/frida/frida-core.git
revision = 16.7.1
revision = 16.7.4
depth = 1
[provide]