> From what I could debug, this is a problem of your code accessing the 
> internal GScanner buffer (`scanner->text`). It looks like the buffer was 
> refilled during the loop that should read the property, so that text1 is 
> smaller than text0. One way to fix it could be to load the entire file into 
> memory before parsing.

Thanks a lot for an accurate analysis and suggesting a proper fix, great input!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tim-janik/beast/pull/110#issuecomment-520087170
_______________________________________________
beast mailing list
beast@gnome.org
https://mail.gnome.org/mailman/listinfo/beast

Reply via email to