Skip to content

Commit 37e79cd

Browse files
author
Vladimir Kotal
committed
add detail
1 parent 2e8c377 commit 37e79cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/class-assignments/extra-feedback.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Do not blindly accept potentially unlimited user input. It probably does not
1212
make sense for command line to be millions of characters long.
1313

1414
--------------------------------------------------------------------------------
15-
Check return values of any call that can fail.
15+
Check return values (and react on them !) of any call that can fail.
1616

1717
Yes, malloc() can fail too.
1818

0 commit comments

Comments
 (0)