Hi, As discussed recently, utils_build_path() keeping a buffer and returning it directly was not safe as it is sometimes hard for calling code to keep track of whether the result is still valid or not. This could potentially cause bugs.
It now returns a copy. We will need to be careful to free the result when applying any patches which expect the old behaviour.
Regards, Nick