Document intentional fallthroughs.
Found by: Coverity scan.
This commit is contained in:
parent
8f95eae423
commit
9ee5ae1fae
11 changed files with 17 additions and 2 deletions
|
@ -986,6 +986,7 @@ grub_udf_read_symlink (grub_fshelp_node_t node)
|
|||
case 1:
|
||||
if (ptr[1])
|
||||
goto fail;
|
||||
/* Fallthrough. */
|
||||
case 2:
|
||||
/* in 4 bytes. out: 1 byte. */
|
||||
optr = out;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue