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 8101e7b commit 0782592Copy full SHA for 0782592
.github/workflows/ci.yml
@@ -129,7 +129,7 @@ jobs:
129
exclude-dirs: source/portable/NetworkInterface/STM32
130
131
formatting:
132
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
133
steps:
134
- uses: actions/checkout@v4
135
- name: Check formatting
test/cbmc/proofs/DNS/DNSTreatNBNS/Makefile.json
@@ -9,7 +9,7 @@
9
"--unwindset prvFindEntryIndex.0:2",
10
"--unwindset strcmp.0:{NBNS_NAME_MAX_LENGTH}",
11
"--unwindset strlen.0:{NBNS_NAME_MAX_LENGTH}",
12
- "--unwindset strncpy.0:{NBNS_NAME_MAX_LENGTH}"
+ "--unwindset strcpy.0:{NBNS_NAME_MAX_LENGTH}"
13
],
14
"OBJS":
15
[
0 commit comments