When there is no Action set on an Action constraint, the matrix returned by the constraint would be uninitialized. In practice, this meant an all-zeroes matrix. Now, the unit matrix is returned in such a case. Pull Request: https://projects.blender.org/blender/blender/pulls/137965