Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Is is possible to sanitize get_proxy_filename and get_tc_filename so it won't crash too?
Comment Actions
To me the asserts should be enough?
Those functions should never be called with the _NONE enums.
If they are, something is wrong and should be fixed.
I didn't manage to trigger any asserts during my testing, so it seems to be working as intended now.
Comment Actions
Right this is probably good enough. I tend to be as safe as possible usually so I suggested this.