...
This rule can be found in the C++ Secure Coding Practice as FIO18-CPP. Never expect write() to terminate the writing process at a null character.
...
Bibliography
| Wiki Markup |
|---|
[http://www.opengroup.org/onlinepubs/009695399/functions/fwrite.html] \[[ISO/IEC 9899:1999|AA. Bibliography#ISO/IEC 9899-1999]\] Section 7.19.8.2, "The fwrite function" |
...