]> Kevux Git Server - fll/commit
Bugfix: invalid memory access and only process if not empty
authorKevin Day <thekevinday@gmail.com>
Sat, 6 Jun 2020 16:43:39 +0000 (11:43 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 6 Jun 2020 16:43:39 +0000 (11:43 -0500)
commit3dbfd1b4dc9fc64e994232d415932e96f4fbbe1f
treef6eaf06b7e5a6a0f39dfd0b1b03a206bb6f8af70
parent5a1fb92371c28b6035e07119fe9451a2f2d50c03
Bugfix: invalid memory access and only process if not empty

If the path_headers is not defined, an invalid memory read was triggered.
This happens because I was only assigning path_headers variable when path_heades setting was defined but I was still attempting to copy that path regardless.

Make sure to not bother attempting any copy or compile build operations if that setting has not properties (such as build_sources_program being empty).
level_3/fake/c/private-build.c