bugzilla-daemon at netfilter.org
2017-Oct-17 09:29 UTC
[Bug 1190] New: adding element to map with stateful object and flag interval raise SIGSEGV
https://bugzilla.netfilter.org/show_bug.cgi?id=1190 Bug ID: 1190 Summary: adding element to map with stateful object and flag interval raise SIGSEGV Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: normal Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: karel at unitednetworks.cz latest nft, libnftnl, libmnl (v0.8, v1.0.8, v1.0.4 + 2 more commits) kernel 4.13.7 x86-64 commands: nft add map x testmap { type inet_service: counter\; flags interval\;} nft add counter x testcounter nft add element x testmap { 0-100 : "testcounter" } Neoprávněný přístup do paměti (SIGSEGV) -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20171017/352e75d4/attachment.html>
bugzilla-daemon at netfilter.org
2017-Oct-17 10:33 UTC
[Bug 1190] adding element to map with stateful object and flag interval raise SIGSEGV
https://bugzilla.netfilter.org/show_bug.cgi?id=1190 Pablo Neira Ayuso <pablo at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> --- I have just submitted this fix. http://patchwork.ozlabs.org/patch/826900/ Please, close this bug once this hits git master branch. Thanks for reporting! -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20171017/0fc67f37/attachment.html>
bugzilla-daemon at netfilter.org
2017-Oct-17 11:45 UTC
[Bug 1190] adding element to map with stateful object and flag interval raise SIGSEGV
https://bugzilla.netfilter.org/show_bug.cgi?id=1190 --- Comment #2 from Karel Rericha <karel at unitednetworks.cz> --- Wow that was fast! Thanks Pablo. I will close this as soon as I will see patch in master: http://git.netfilter.org/nftables/ -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20171017/07877451/attachment.html>
bugzilla-daemon at netfilter.org
2017-Oct-18 11:38 UTC
[Bug 1190] adding element to map with stateful object and flag interval raise SIGSEGV
https://bugzilla.netfilter.org/show_bug.cgi?id=1190 Karel Rericha <karel at unitednetworks.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20171018/80d85639/attachment.html>
Possibly Parallel Threads
- [Bug 1185] New: counter flag proposal for sets and maps
- [Bug 1382] New: nftables.py cmd leaking memory when ruleset contain mapping ip length to range with high limit 65535
- [Bug 1140] New: nft dump invalid (flow table)
- [Bug 1386] New: nftables.py cmd doesn't read updated counter values after first read
- [Bug 1417] New: mapping to adjacent ranges is causing error in kernel 5.6, kernel 5.5 works fine