Skip to content

libtracker-sparql: Check length in get_value_type

Jens Georg requested to merge wip/phako/colomn-is-bound into master

types is a plain array; not checking returns something if we exceed the column limit.

This basically prevents an array out of bounds access on types, returning some random integer which makes is_bound() return true

Merge request reports