Skip to content

2.0.1

Compare
Choose a tag to compare
@kjsanger kjsanger released this 05 Dec 15:05
· 160 commits to master since this release

This is a bugfix release addressing a bug introduced in 2.0.0 that causes
intermittent segmentation faults.

Corrected cases where we simply returned the target JSON as an
operation result. A result should always be a freshly created JSON
struct so that the caller knows how to free it.

Added checks to free rods_path.rodsObjStat consistently. Although
valgrind didn't find errors with the existing checks, they were not
applied consistently.