]> granicus.if.org Git - graphviz/commit
remove file size limit on GVC config
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 3 Nov 2021 03:44:51 +0000 (20:44 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 9 Nov 2021 15:10:39 +0000 (07:10 -0800)
commit0163efdf5c6c6f2c5d7b95fe09a2dfa3cce9d114
tree4d22f0fdc1b7abaeb1149aa630ce1c79202d9ab7
parent96545f220d74a3d21d7e225c465633df12ef7b39
remove file size limit on GVC config

While it is probably not a good idea to have a GVC config that is 100000 bytes,
I see no reason it should be arbitrarily rejected. In future, it might be a good
idea to make `gvconfig_plugin_install_from_config` accept a file pointer instead
of a string and read/parse the config file incrementally. If this were done,
then there would probably be no issue at all with large configs.
CHANGELOG.md
lib/gvc/gvconfig.c