From 89689cac88ffe880942c7acb59fc3374a34cbd6c Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Wed, 29 Aug 2018 18:02:10 +0200 Subject: Store product names in ExportedModule ... rather than product pointers. ExportedModule objects can be stored in Transformers, which potentially outlive the referenced products. Alternatively, we could update the product pointers during change tracking, but that would be tedious and error-prone. [ChangeLog] Fixed possible crash on storing a build graph after re- resolving. Change-Id: I09bcf638a17da410198524858eb4c1bda59bebcb Reviewed-by: Christian Stenger --- changelogs/changes-1.12.1.md | 1 + 1 file changed, 1 insertion(+) (limited to 'changelogs/changes-1.12.1.md') diff --git a/changelogs/changes-1.12.1.md b/changelogs/changes-1.12.1.md index ff14d8169..e4edeb136 100644 --- a/changelogs/changes-1.12.1.md +++ b/changelogs/changes-1.12.1.md @@ -4,3 +4,4 @@ * Fixed rpaths not ending up on the command line under certain circumstances (QBS-1372). * Fixed possible crash when scanning qrc files (QBS-1375). * Fixed spurious re-building of .pc and .qbs module files. +* Fixed possible crash on storing a build graph after re-resolving. -- cgit v1.2.3