[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [creduce-dev] fix for crashes in UnionToStruct



Committed. Thanks, Johan!

- Yang

On 01/18/2016 05:45 AM, Johan Bengtsson wrote:
Hi,
I managed to trigger a crash in UnionToStruct in clang_delta when reducing a non-preprocessed file. The problem was that clang_delta considered unions from included files as replacement candidates.
This problem is fixed by the attached patch.

/ Johan