Add recursion check before assigning strip as a mask for modifier.
Same check is used for recursion check when reassigning effect input, so it should not be possible to create recursion at all.
I have tried to add this check to effect input RNA accessor functions, but changing input from python is broken currently - see D6868