summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/glibext/module.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-12-13 23:19:31 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-12-13 23:19:31 (GMT)
commitc9207edf32d966e67bccc1ed82cf0958de459817 (patch)
tree166d4dee8dbc689672da410cea9d7d271b4ac5c7 /plugins/pychrysalide/glibext/module.c
parent6433f2aa7552b43b3d0d753f0d525e2040a5b922 (diff)
Update the exploitation of the GObject memory hole.
Diffstat (limited to 'plugins/pychrysalide/glibext/module.c')
-rw-r--r--plugins/pychrysalide/glibext/module.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/pychrysalide/glibext/module.c b/plugins/pychrysalide/glibext/module.c
index 77e0c76..6cca246 100644
--- a/plugins/pychrysalide/glibext/module.c
+++ b/plugins/pychrysalide/glibext/module.c
@@ -40,6 +40,7 @@
#include "loadedpanel.h"
#include "named.h"
*/
+#include "objhole.h"
#include "portion.h"
#include "singleton.h"
#include "strbuilder.h"
@@ -114,6 +115,7 @@ bool populate_glibext_module(void)
if (result) result = ensure_python_singleton_candidate_is_registered();
if (result) result = ensure_python_string_builder_is_registered();
+ if (result) result = ensure_python_thick_object_is_registered();
if (result) result = ensure_python_binary_portion_is_registered();
if (result) result = ensure_python_generic_work_is_registered();
if (result) result = ensure_python_singleton_factory_is_registered();