---
TODO | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/TODO b/TODO
index 25b48498..c4a1625b 100644
--- a/TODO
+++ b/TODO
@@ -98,6 +98,14 @@ General ideas for improvements
* Examine other fuzzers:
https://gitlab.com/akihe/radamsa
+* common/include/vector.h could be extended and used in other places:
+ - there are some more possible places in the server (anywhere using
+ realloc is suspect)
+ - nbdkit-vddk-plugin, where it builds the new argv
+ - allow insertion, and use it in nbdkit-extentlist-filter
+ - allow insertion and keep sorted, use it in nbdkit-eval-plugin
+ - same, and use it in common/sparse/sparse.c
+
Suggestions for plugins
-----------------------
--
2.25.0