Cornelius Diekmann

Results 15 issues of Cornelius Diekmann

The semantics and the analysis algorithms do not support packet modification. Consequently, this tool is mainly applicable for the iptables filter table. It would be nice to add support for...

enhancement
help wanted

Hi, I tested `kcc` with the following "simple" program: ``` #define _GNU_SOURCE #include #include int main(int argc, char **argv){ printf("Hello World\n"); return 0; } ``` It fails with the following...

### Terraform Version Terraform v0.12.0-beta1 + provider.dns v2.1.1 ### Affected Resource(s) - dns_mx_record_set ### Terraform Configuration Files ```hcl provider "dns" { update { server = "127.0.0.1" # nothing running there...

bug
crash

Hi, I just played around with mignis. I tried the following rule: ``` * > local:22 tcp --sports 22 ``` `_check_filters` should prevent me from doing this. However, when it...

Create unit tests for the `MakeXXX(Tile t, ...` functions. Also add low-level test some bits according to the documentation directly. ## Motivation / Problem Same as https://github.com/OpenTTD/OpenTTD/pull/14533, but without AI....