make/tests/scripts
Paul Smith f32ca1666f [SV 54549] Don't free used set_lists during merge
When merging the variable_set_lists for two targets it could be
that the "from" set list is a subset of the "to" set list: check
for this situation to avoid freeing used memory.

* src/variable.c (merge_variable_set_lists): Walk the "to" list and
if the "from" list is contained in it, nothing to do.
* tests/scripts/features/se_explicit: Add a test.
2019-05-19 15:27:26 -04:00
..
features [SV 54549] Don't free used set_lists during merge 2019-05-19 15:27:26 -04:00
functions * tests/scripts/functions/wildcard: [SV 52018] Test dangling symlink. 2018-08-04 17:35:10 -04:00
misc Update regression tests for Windows. 2018-07-02 07:54:07 -04:00
options * job.c (child_error): Modify error message string. 2017-10-30 17:07:21 -04:00
targets [SV 54740] Ensure .SILENT settings do not leak into sub-makes 2019-05-19 15:27:26 -04:00
variables Update regression tests for Windows. 2018-07-02 07:54:07 -04:00
vms [SV 41758]: Fix archive support for VMS. 2014-10-20 01:31:42 -04:00
test_template Update the test template. A few fixes in run_make_test(). 2004-09-22 04:36:17 +00:00