Files
test2/source/blender
Julian Eisel 4a5cd4e6c7 Fix T96844: Crash when switching workspaces and outliner modes
Error exposed by ba49345705. Code just assumed that the tree-element
pointed to a real ID, but this is often not the case, and the ID pointer
contains completely different data. E.g. before ba49345705, it would
be a pointer to one of the `Main` listbases, so this code would have
undefined behavior. Now the pointer is null for elements in the "Current
File" element, causing a null-pointer dereference rather than undefined
behavior (that just happened to virtually always result in the intended
code path).
2022-03-29 15:24:02 +02:00
..
2022-03-26 18:04:19 +11:00
2022-03-16 11:58:22 +11:00
2022-03-24 21:21:18 -04:00
2022-03-28 15:53:19 -05:00
2022-03-25 12:04:14 +11:00