search for: __out

Displaying 4 results from an estimated 4 matches for "__out".

Did you mean: f_out
2020 Sep 09
5
[Bug 1463] New: nft --json table list ruleset crashes
...nux Status: NEW Severity: major Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: abrian at netapp.com # nft --json list ruleset warning: stmt ops xt have no json callback nft: json.c:169: stmt_print_json: Assertion `__out' failed. Aborted (core dumped) # nft --version nftables v0.9.0 (Fearless Fosdick) # uname -a Linux host-deb10-build 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2 (2019-08-28) x86_64 GNU/Linux -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------...
2017 Jul 29
2
Storing "blockaddress(@function, %block)" in a global variable?
Hi, The LangRef warns that "blockaddress(@function, %block)" has a limited and target-dependent applicability: https://llvm.org/docs/LangRef.html#addresses-of-basic-blocks But I wanted very much to save addresses of blocks in a global variable and so I did: % cat cond.c void foo(long *a) { if (a) *a = 0; } % clang -O1 -c cond.c -fsanitize-coverage=inline-8bit-counters,pc-table -S
2007 Nov 09
11
[PATCH 0/24] paravirt_ops for unified x86 - that's me again!
Hey folks, Here's a new spin of the pvops64 patch series. We didn't get that many comments from the last time, so it should be probably almost ready to get in. Heya! >From the last version, the most notable changes are: * consolidation of system.h, merging jeremy's comments about ordering concerns * consolidation of smp functions that goes through smp_ops. They're sharing
2007 Nov 09
11
[PATCH 0/24] paravirt_ops for unified x86 - that's me again!
Hey folks, Here's a new spin of the pvops64 patch series. We didn't get that many comments from the last time, so it should be probably almost ready to get in. Heya! >From the last version, the most notable changes are: * consolidation of system.h, merging jeremy's comments about ordering concerns * consolidation of smp functions that goes through smp_ops. They're sharing