John Darrington <[email protected]> writes: > These two: > ==21917== at 0x44C42EF: gsl_histogram_accumulate (in > /usr/lib/libgsl.so.0.15.0) > ==12519== at 0x4670A2E: inflateReset2 (in /usr/lib/libz.so.1.2.3.4) > > are "Conditional jump or move depends on uninitialised value(s)" issues. So > far as I can see we're doing nothing wrong, and the issue is comming from the > respective libraries. Sometimes libraries do such things for optimisation > purposes. So I think we probably don't need to worry about those two.
Yes, I agree. > That leaves just two: > > ==6087== at 0x4179BCF: text_parse_counted_string > (sys-file-reader.c:2444) > ==8689== at 0x4179DDD: text_match (sys-file-reader.c:2491) > > and the affected tests numbers are 79 and 104 respectively. Thanks, I pushed fixes for those. -- Ben Pfaff http://benpfaff.org _______________________________________________ pspp-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/pspp-dev
