We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8c377 commit 37e79cdCopy full SHA for 37e79cd
docs/class-assignments/extra-feedback.txt
@@ -12,7 +12,7 @@ Do not blindly accept potentially unlimited user input. It probably does not
12
make sense for command line to be millions of characters long.
13
14
--------------------------------------------------------------------------------
15
-Check return values of any call that can fail.
+Check return values (and react on them !) of any call that can fail.
16
17
Yes, malloc() can fail too.
18
0 commit comments