This blog is updated daily.
A general description is here.
‘backsolve(T, b)’ gave incorrect results when ‘nrows(b) > ncols(T)’ and ‘b’ had more than one column.
It could segfault or give nonsense if ‘k’ was specified as more than ‘ncols(T)’.
‘smooth.spline()’ did not check that a specified numeric ‘spar’ was of length 1, and gave corrupt results if it was of length 0.