Crash with doomed version of a linked list
-
This crashes FUZE:
struct List List tail endStruct List l
I would have expected a well handled out of memory error as this immediately tries to create an infinite list.
No project data is lost and this would not have worked anyway, so it's not really that important.Of course, lists of this type are not very useful to begin with in FUZE for various reasons. Stick to arrays!
-
Great report. Thanks @Z-Mann !