similar to: [Bug 1152] New: iptables-xml crashed on -D rules

Displaying 20 results from an estimated 3000 matches similar to: "[Bug 1152] New: iptables-xml crashed on -D rules"

2016 Aug 30
5
[Bug 1085] New: No warning for weird interface characters if interface contains wildcard character
https://bugzilla.netfilter.org/show_bug.cgi?id=1085 Bug ID: 1085 Summary: No warning for weird interface characters if interface contains wildcard character Product: iptables Version: CVS (please indicate timestamp) Hardware: All OS: All Status: NEW Severity: trivial
2014 Feb 20
3
[Bug 905] New: Please support passing a filename to iptables-save
https://bugzilla.netfilter.org/show_bug.cgi?id=905 Summary: Please support passing a filename to iptables-save Product: iptables Version: unspecified Platform: x86_64 OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: iptables-save AssignedTo: netfilter-buglog at
2014 Jun 19
2
[Bug 961] New: Can not remove rules with the default --mask parameter (-m recent)
https://bugzilla.netfilter.org/show_bug.cgi?id=961 Summary: Can not remove rules with the default --mask parameter (-m recent) Product: iptables Version: 1.4.x Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: iptables AssignedTo:
2017 Mar 17
2
[Bug 1131] New: iptables-restore crashes on some fuzzed input
https://bugzilla.netfilter.org/show_bug.cgi?id=1131 Bug ID: 1131 Summary: iptables-restore crashes on some fuzzed input Product: iptables Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: iptables-restore Assignee:
2014 Dec 03
2
[Bug 989] New: Deprecated function gethostbyaddr used in xtables
https://bugzilla.netfilter.org/show_bug.cgi?id=989 Bug ID: 989 Summary: Deprecated function gethostbyaddr used in xtables Product: iptables Version: 1.4.x Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: iptables Assignee: netfilter-buglog at
2016 Oct 25
1
[Bug 1094] New: Inverted labels with xml option
https://bugzilla.netfilter.org/show_bug.cgi?id=1094 Bug ID: 1094 Summary: Inverted labels with xml option Product: nfacct Version: unspecified Hardware: x86_64 OS: Debian GNU/Linux Status: NEW Severity: trivial Priority: P5 Component: nfacct Assignee: pablo at netfilter.org
2016 Oct 26
1
[Bug 1095] New: libxt_TRIGER.c file is missing in 1.6.0
https://bugzilla.netfilter.org/show_bug.cgi?id=1095 Bug ID: 1095 Summary: libxt_TRIGER.c file is missing in 1.6.0 Product: iptables Version: unspecified Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 Component: iptables Assignee: netfilter-buglog at
2013 Dec 09
1
[Bug 2180] New: Improve the handling of the key comment field
https://bugzilla.mindrot.org/show_bug.cgi?id=2180 Bug ID: 2180 Summary: Improve the handling of the key comment field Product: Portable OpenSSH Version: 6.4p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: ssh-keygen Assignee: unassigned-bugs
2016 Jul 07
2
[Bug 1078] New: please provide a firewall scripts drop-in folder
https://bugzilla.netfilter.org/show_bug.cgi?id=1078 Bug ID: 1078 Summary: please provide a firewall scripts drop-in folder Product: iptables Version: unspecified Hardware: other OS: All Status: NEW Severity: enhancement Priority: P5 Component: unknown Assignee:
2016 May 23
3
[Bug 2570] New: ssh-keygen -p will convert openssh-format keyfiles back to pem, improperly?
https://bugzilla.mindrot.org/show_bug.cgi?id=2570 Bug ID: 2570 Summary: ssh-keygen -p will convert openssh-format keyfiles back to pem, improperly? Product: Portable OpenSSH Version: 7.2p1 Hardware: All OS: Linux Status: NEW Severity: normal Priority: P5 Component:
2018 Nov 14
1
[Bug 1294] New: Strange --probability behavior
https://bugzilla.netfilter.org/show_bug.cgi?id=1294 Bug ID: 1294 Summary: Strange --probability behavior Product: iptables Version: 1.4.x Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: iptables Assignee: netfilter-buglog at
2011 May 26
0
[LLVMdev] x86 SSE4.2 CRC32 intrinsics renamed
FYI, The CRC64 intrinsics were renamed to CRC32 since there is no such thing. See below for details. Chad On May 26, 2011, at 4:13 PM, Chad Rosier wrote: > Author: mcrosier > Date: Thu May 26 18:13:19 2011 > New Revision: 132163 > > URL: http://llvm.org/viewvc/llvm-project?rev=132163&view=rev > Log: > Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist.
2008 Nov 20
4
[LLVMdev] changing -mattr behavior with mmx and sse
Hi, When setting -mattr option on X86, I would like to treat MMX separately from SSE levels. This would allow a client who sets the attributes directly to set the SSE level independent of MMX, e.g., llc -march=x86 -mattr=sse41, one would get sse4.1 with mmx disabled while llc -march=x86 -mattr=mmx -mattr=sse42 will get mmx and sse42. If anyone objects to this change, please let me
2008 Nov 20
0
[LLVMdev] changing -mattr behavior with mmx and sse
Might you instead consider just adding a -disable-mmx option? Preston On Thu, 2008-20-11 at 02:57 -0500, Mon Ping Wang wrote: > Hi, > > When setting -mattr option on X86, I would like to treat MMX > separately from SSE levels. This would allow a client who sets the > attributes directly to set the SSE level independent of MMX, e.g., llc > -march=x86 -mattr=sse41, one would get
2008 Nov 20
0
[LLVMdev] changing -mattr behavior with mmx and sse
On Nov 19, 2008, at 11:57 PMPST, Mon Ping Wang wrote: > Hi, > > When setting -mattr option on X86, I would like to treat MMX > separately from SSE levels. This would allow a client who sets the > attributes directly to set the SSE level independent of MMX, e.g., llc > -march=x86 -mattr=sse41, one would get sse4.1 with mmx disabled while > llc -march=x86 -mattr=mmx
2008 Nov 20
1
[LLVMdev] changing -mattr behavior with mmx and sse
Hi Dale, I will not change the default. I would dislike to see any regressions due to this type of change. -- Mon Ping On Nov 20, 2008, at 10:12 AM, Dale Johannesen wrote: > > On Nov 19, 2008, at 11:57 PMPST, Mon Ping Wang wrote: > >> Hi, >> >> When setting -mattr option on X86, I would like to treat MMX >> separately from SSE levels. This would allow a
2008 Nov 20
1
[LLVMdev] changing -mattr behavior with mmx and sse
On Nov 20, 2008, at 8:31 AM, Preston Gurd wrote: > Might you instead consider just adding a -disable-mmx option? I agree, this is a better approach. This distinguishes between capabilities of the chip and the desire to codegen specific vectors one way or another. -Chris > > Preston > > On Thu, 2008-20-11 at 02:57 -0500, Mon Ping Wang wrote: >> Hi, >> >>
2018 Jul 28
1
[Bug 1274] New: Several weird apps on my phone
https://bugzilla.netfilter.org/show_bug.cgi?id=1274 Bug ID: 1274 Summary: Several weird apps on my phone Product: libnetfilter_acct Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: libnetfilter_acct Assignee: pablo at
2013 Sep 17
2
Performance and precompute_partition_info_sums_32bit_asm_ia32_()
Previously I wrote that precompute_partition_info_sums_32bit_asm_ia32_() only makes encoding slower. Now I managed to compile flac with GCC 4.8.1, with this function enabled and disabled. NASM was enabled, SSE intrinsics disabled. Then I added -msse option (so that all C code was compiled with -msse), then -msse2 and so on. Input file for test: 44.1kHz/16bit/stereo; best compression mode (flac
2017 Jun 29
0
[Bug 1005] ipset silently fails to add IPv4 range containing more than 2^31 hosts
https://bugzilla.netfilter.org/show_bug.cgi?id=1005 Oliver Ford <ojford at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|netfilter-buglog at lists.netf |ojford at gmail.com |ilter.org | CC|