Skip to content

Commit

Permalink
Bug #824 PR# 843: add check empty CIDR
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Jun 1, 2024
1 parent 963842c commit ef3df29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/c-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ jobs:
if: steps.linter.outputs.checks-failed > 0
# for testing...
# run: echo "Some files failed the linting checks!"
# for development...
run: exit 0 # exit the job with a success status
# for actual deployment...
run: exit 1
# run: exit 1 # exit the job with a failure status

1 change: 1 addition & 0 deletions docs/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
06/01/2024 Version 4.5.0-beta1
- add check for IPv6 extension header length (#827 #842)
- add check for empty CIDR (#824 #843)
- GitHub template for pull requests (#839)
- handle IPv6 fragment extension header (#832 #837)
- configure.ac: unify search dirs for pcap and add lib32 (#819)
Expand Down

0 comments on commit ef3df29

Please sign in to comment.