Changes between Version 436 and Version 437 of WikiStart
- Timestamp:
- 07/28/21 10:22:37 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v436 v437 984 984 * Properly free your resources after use 985 985 * If you need to write file, consider writing them in the /tmp directory 986 * Be thread-safe: multiple instances of your party may be running simultaneously. For instance access to a single file from multiple threads could cause a resource lock, or your file might get damaged. 986 987 * If FileLocations are provided for learning, use those instead of making your own files 987 * Don't write to fixed files. Multiple of your parties might be running at the same time and therefore could cause a resource lock. Or your file might get damaged.988 988 * Write secure code. Particularly 989 989 * Do not allow others to pass bad parameters settings (e.g., parameters) to your party such that your party would write to unpredictable files or directories, or worse, cause execution of arbitrary code.