Skip to content

validate: Use g_file_load_bytes()

Benjamin Otte requested to merge wip/otte/validate-with-load-bytes into master

That code can deal with files >4GB (once glib!3373 is applied), the current inputstream loading code cannot.

Merge request reports