Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The procfile_write prints the content what user writes into. However, when the content size is greater than or equal to PROCFS_MAX_SIZE, procfile_write will print nothing, because the index for appending the tail NULL character will be modulo to 0.
- Loading branch information