]> git.ipfire.org Git - thirdparty/coreutils.git/commit
sort: port to strict C + valgrind
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 8 Sep 2016 02:49:55 +0000 (19:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 8 Sep 2016 02:51:12 +0000 (19:51 -0700)
commitd47090d964d31bb4af9872525275372efd3bfdce
tree498db20099df7ce0583581fbfa96e9b817a1224b
parente9e7289210facb7b541a06d9e12b5364300c76ab
sort: port to strict C + valgrind

* bootstrap.conf (gnulib_modules): Add flexmember.
* src/sort.c: Include flexmember.h.
(struct tempnode): Make the last member flexible.
(create_temp_file): Port to strict C11/C99 rules for
allocation alignment with flexible array members.
bootstrap.conf
src/sort.c