ovis-hpc / sos

sos pre-release stable.
https://github.com/ovis-hpc/sos/wiki
Other
4 stars 7 forks source link

Fix ods index data comparator #82

Closed narategithub closed 1 year ago

narategithub commented 1 year ago

Commit d5454a3f5eb9492b95e2d5e7386e9e04dcf02458 resized the ods_idx_data_s structure from 16 bytes to 32 bytes, but did not modify the ods_idx_data_equal() function. As a result, bxt removed an incorrect record as the comparator only compared half of the index data.