-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1dd23c
commit b1c7619
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
c/misra/test/rules/RULE-1-5/UngetcCallOnStreamPositionZero.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
edges | ||
| test.c:39:16:39:20 | call to fopen indirection | test.c:41:15:41:18 | file indirection | | ||
| test.c:39:16:39:20 | *call to fopen | test.c:41:15:41:18 | *file | provenance | | | ||
nodes | ||
| test.c:39:16:39:20 | call to fopen indirection | semmle.label | call to fopen indirection | | ||
| test.c:41:15:41:18 | file indirection | semmle.label | file indirection | | ||
| test.c:39:16:39:20 | *call to fopen | semmle.label | *call to fopen | | ||
| test.c:41:15:41:18 | *file | semmle.label | *file | | ||
subpaths | ||
#select | ||
| test.c:41:15:41:18 | file indirection | test.c:39:16:39:20 | call to fopen indirection | test.c:41:15:41:18 | file indirection | Obsolescent call to ungetc on file stream $@ at position zero. | test.c:39:16:39:20 | call to fopen indirection | call to fopen indirection | | ||
| test.c:41:15:41:18 | *file | test.c:39:16:39:20 | *call to fopen | test.c:41:15:41:18 | *file | Obsolescent call to ungetc on file stream $@ at position zero. | test.c:39:16:39:20 | *call to fopen | *call to fopen | |