transformations: Fix memory error in trns_chain_prepend().
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 19 Apr 2024 00:27:12 +0000 (17:27 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 19 Apr 2024 00:27:12 +0000 (17:27 -0700)
commit1b8d98ec1db4dc7884231db16ea771f2d293893f
tree4b918c751df41436d18088e70ac8ee537c3d1a3c
parent26d6f3cb1b99090e2a8dca1b7f43aaee2ecf06a7
transformations: Fix memory error in trns_chain_prepend().

This only worked if the transformation chain had one element.

Thanks to Zhou Geng for reporting this bug as poc30 in the report here:
https://lists.gnu.org/archive/html/bug-gnu-pspp/2024-03/msg00015.html
src/data/transformations.c