-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Makefile for C bugs * header prettification * syntax improvements for Gillian-C logic & preds * stylings * bugs in JS in Makefile * sorting Makefiles * more * adding base.c for bugs * EncryptionHeaderLogic for the bug * concretisation * dedicated reductions * split Makefile for Amazon examples, put them in their respective directories * add appropriate readmes in the amazon folders Co-authored-by: pmaksimo <p.maksimovic@imperial.ac.uk>
- Loading branch information
Showing
52 changed files
with
9,266 additions
and
2,905 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
default: | ||
esy x gillian-c verify \ | ||
header.c edk.c array_list.c ec.c byte_buf.c \ | ||
hash_table.c string.c allocator.c \ | ||
error.c base.c \ | ||
--fstruct-passing --no-lemma-proof -l disabled | ||
|
||
proc: | ||
esy x gillian-c verify \ | ||
header.c edk.c array_list.c ec.c byte_buf.c \ | ||
hash_table.c string.c allocator.c \ | ||
error.c base.c \ | ||
--fstruct-passing --no-lemma-proof --proc $(PROC) -l disabled | ||
|
||
lemma: | ||
esy x gillian-c verify \ | ||
header.c edk.c array_list.c ec.c byte_buf.c \ | ||
hash_table.c string.c allocator.c \ | ||
error.c base.c \ | ||
--fstruct-passing --no-lemma-proof --lemma $(LEMMA) -l disabled | ||
|
||
string-bug: | ||
-esy x gillian-c verify \ | ||
error.c bugs/string.c allocator.c base.c \ | ||
--no-lemma-proof --proc aws_string_new_from_array -l disabled | ||
|
||
header-bug: | ||
-esy x gillian-c verify \ | ||
bugs/header.c edk.c array_list.c ec.c \ | ||
byte_buf.c hash_table.c string.c allocator.c error.c \ | ||
bugs/base.c \ | ||
--fstruct-passing --no-lemma-proof --proc aws_cryptosdk_hdr_parse -l disabled | ||
|
||
byte-cursor-ub: | ||
-esy x gillian-c verify \ | ||
bugs/byte_buf.c allocator.c \ | ||
error.c base.c \ | ||
--fstruct-passing --no-lemma-proof --proc aws_byte_cursor_advance -l disabled | ||
|
||
bugs: string-bug header-bug byte-cursor-ub |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.