Matrix reader: Remove reliance on hash functions.
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 23 May 2019 08:05:06 +0000 (10:05 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 23 May 2019 09:40:05 +0000 (11:40 +0200)
commit814952415c6322e9ab08376426fb99d851765e20
tree954e6871fe57ef71877978b9350babc72efa2203
parent622221996b02ac26af424376c1f10da92c478153
Matrix reader: Remove reliance on hash functions.

This code made inappropriate use of hash functions to identify
uniqueness in sets of values.  This code removes that code, and
compares them explicitly.

Partial fix for bug #56363
src/language/data-io/matrix-reader.c