GNOME Bugzilla – Bug 788775
codegen: Prioritize "array_length=true" over "array_null_terminated=true"
Last modified: 2017-10-12 20:16:54 UTC
If arrays claim to have an array-length and also are null-terminated then use and rely on the given length. Adapt the girparser for this and add "array_length = true" accordingly.
Created attachment 361246 [details] [review] codegen: Prioritize "array_length=true" over "array_null_terminated=true" If arrays claim to have an array-length and also are null-terminated then use and rely on the given length. Adapt the girparser for this and add "array_length = true" accordingly.
Attachment 361246 [details] pushed as 8a01051 - codegen: Prioritize "array_length=true" over "array_null_terminated=true"