Active
Project:
Writeup Filter
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
20 Jan 2017 at 17:40 UTC
Updated:
20 Jan 2017 at 17:53 UTC
Jump to comment: Most recent
When there are a large number of pages on as site that use the Writeup input filter, they can end up with the wrong content.
This is caused by multiple threads sharing the same temporary file.
The fix is to create a random file name, and to make sure it is deleted.
Comments