aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/ole2_extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/ole2_extractor.c')
-rw-r--r--src/plugins/ole2_extractor.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/plugins/ole2_extractor.c b/src/plugins/ole2_extractor.c
index 5f6cd01..5cef88e 100644
--- a/src/plugins/ole2_extractor.c
+++ b/src/plugins/ole2_extractor.c
@@ -475,6 +475,21 @@ history_extract(GsfInput * stream,
475} 475}
476 476
477 477
478
479const char *
480EXTRACTOR_ole2_options ()
481{
482 /*
483 Since the Gnome developers think that being unable to
484 unload plugins is an 'acceptable' limitation, we
485 require out-of-process execution for plugins depending
486 on libgsf and other glib-based plugins.
487 See also https://bugzilla.gnome.org/show_bug.cgi?id=374940
488 */
489 return "oop-only";
490}
491
492
478int 493int
479EXTRACTOR_ole2_extract (const char *data, 494EXTRACTOR_ole2_extract (const char *data,
480 size_t size, 495 size_t size,