|
|
dd9019 |
From fd863f1e7bad09d4bcfd8f3ccdc9e11936b5b95d Mon Sep 17 00:00:00 2001
|
|
|
dd9019 |
From: Ryan Sullivan <rysulliv@redhat.com>
|
|
|
dd9019 |
Date: Wed, 26 Jul 2023 12:05:43 -0400
|
|
|
dd9019 |
Subject: [KPATCH CVE-2023-35001] kpatch fixes for CVE-2023-35001
|
|
|
dd9019 |
|
|
|
dd9019 |
Kernels:
|
|
|
dd9019 |
3.10.0-1160.83.1.el7
|
|
|
dd9019 |
3.10.0-1160.88.1.el7
|
|
|
dd9019 |
3.10.0-1160.90.1.el7
|
|
|
dd9019 |
3.10.0-1160.92.1.el7
|
|
|
dd9019 |
3.10.0-1160.95.1.el7
|
|
|
dd9019 |
|
|
|
dd9019 |
|
|
|
dd9019 |
Kpatch-MR: https://gitlab.com/redhat/prdsc/rhel/src/kpatch/rhel-7/-/merge_requests/57
|
|
|
dd9019 |
Approved-by: Joe Lawrence (@joe.lawrence)
|
|
|
dd9019 |
Changes since last build:
|
|
|
dd9019 |
[x86_64]:
|
|
|
dd9019 |
cls_u32.o: changed function: u32_set_parms.isra.21
|
|
|
dd9019 |
nf_tables_api.o: changed function: nf_tables_delsetelem
|
|
|
dd9019 |
nf_tables_api.o: changed function: nf_tables_newsetelem
|
|
|
dd9019 |
nf_tables_api.o: changed function: nf_tables_set_lookup
|
|
|
dd9019 |
nf_tables_api.o: changed function: nf_tables_set_lookup_byid
|
|
|
dd9019 |
nf_tables_api.o: changed function: nft_validate_register_store
|
|
|
dd9019 |
nft_byteorder.o: changed function: nft_byteorder_eval
|
|
|
dd9019 |
nft_dynset.o: changed function: nft_dynset_init
|
|
|
dd9019 |
nft_lookup.o: changed function: nft_lookup_init
|
|
|
dd9019 |
|
|
|
dd9019 |
[ppc64le]:
|
|
|
dd9019 |
cls_u32.o: changed function: u32_set_parms.isra.21
|
|
|
dd9019 |
nf_tables_api.o: changed function: nf_tables_bind_check_setelem
|
|
|
dd9019 |
nf_tables_api.o: changed function: nf_tables_delset
|
|
|
dd9019 |
nf_tables_api.o: changed function: nf_tables_delsetelem
|
|
|
dd9019 |
nf_tables_api.o: changed function: nf_tables_dump_set
|
|
|
dd9019 |
nf_tables_api.o: changed function: nf_tables_getset
|
|
|
dd9019 |
nf_tables_api.o: changed function: nf_tables_getsetelem
|
|
|
dd9019 |
nf_tables_api.o: changed function: nf_tables_newset
|
|
|
dd9019 |
nf_tables_api.o: changed function: nf_tables_newsetelem
|
|
|
dd9019 |
nf_tables_api.o: changed function: nf_tables_set_lookup
|
|
|
dd9019 |
nf_tables_api.o: changed function: nf_tables_set_lookup_byid
|
|
|
dd9019 |
nf_tables_api.o: changed function: nft_add_set_elem
|
|
|
dd9019 |
nf_tables_api.o: changed function: nft_validate_register_store
|
|
|
dd9019 |
nft_byteorder.o: changed function: nft_byteorder_eval
|
|
|
dd9019 |
nft_dynset.o: changed function: nft_dynset_init
|
|
|
dd9019 |
nft_lookup.o: changed function: nft_lookup_init
|
|
|
dd9019 |
|
|
|
dd9019 |
---------------------------
|
|
|
dd9019 |
|
|
|
dd9019 |
Modifications: none
|
|
|
dd9019 |
|
|
|
dd9019 |
commit ae6665a8a3635fd72671f488b17a63f9334d2841
|
|
|
dd9019 |
Author: Florian Westphal <fwestpha@redhat.com>
|
|
|
dd9019 |
Date: Tue Jul 11 16:03:12 2023 +0200
|
|
|
dd9019 |
|
|
|
dd9019 |
netfilter: nf_tables: prevent OOB access in nft_byteorder_eval
|
|
|
dd9019 |
|
|
|
dd9019 |
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2221720
|
|
|
dd9019 |
Upstream Status: net commit caf3ef7468f75
|
|
|
dd9019 |
CVE: CVE-2023-35001
|
|
|
dd9019 |
|
|
|
dd9019 |
commit caf3ef7468f7534771b5c44cd8dbd6f7f87c2cbd
|
|
|
dd9019 |
Author: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
|
|
|
dd9019 |
Date: Wed Jul 5 18:05:35 2023 -0300
|
|
|
dd9019 |
|
|
|
dd9019 |
netfilter: nf_tables: prevent OOB access in nft_byteorder_eval
|
|
|
dd9019 |
|
|
|
dd9019 |
When evaluating byteorder expressions with size 2, a union with 32-bit and
|
|
|
dd9019 |
16-bit members is used. Since the 16-bit members are aligned to 32-bit,
|
|
|
dd9019 |
the array accesses will be out-of-bounds.
|
|
|
dd9019 |
|
|
|
dd9019 |
It may lead to a stack-out-of-bounds access like the one below:
|
|
|
dd9019 |
|
|
|
dd9019 |
[ 23.095215] ==================================================================
|
|
|
dd9019 |
[ 23.095625] BUG: KASAN: stack-out-of-bounds in nft_byteorder_eval+0x13c/0x320
|
|
|
dd9019 |
[ 23.096020] Read of size 2 at addr ffffc90000007948 by task ping/115
|
|
|
dd9019 |
[ 23.096358]
|
|
|
dd9019 |
[ 23.096456] CPU: 0 PID: 115 Comm: ping Not tainted 6.4.0+ #413
|
|
|
dd9019 |
[ 23.096770] Call Trace:
|
|
|
dd9019 |
[ 23.096910] <IRQ>
|
|
|
dd9019 |
[ 23.097030] dump_stack_lvl+0x60/0xc0
|
|
|
dd9019 |
[ 23.097218] print_report+0xcf/0x630
|
|
|
dd9019 |
[ 23.097388] ? nft_byteorder_eval+0x13c/0x320
|
|
|
dd9019 |
[ 23.097577] ? kasan_addr_to_slab+0xd/0xc0
|
|
|
dd9019 |
[ 23.097760] ? nft_byteorder_eval+0x13c/0x320
|
|
|
dd9019 |
[ 23.097949] kasan_report+0xc9/0x110
|
|
|
dd9019 |
[ 23.098106] ? nft_byteorder_eval+0x13c/0x320
|
|
|
dd9019 |
[ 23.098298] __asan_load2+0x83/0xd0
|
|
|
dd9019 |
[ 23.098453] nft_byteorder_eval+0x13c/0x320
|
|
|
dd9019 |
[ 23.098659] nft_do_chain+0x1c8/0xc50
|
|
|
dd9019 |
[ 23.098852] ? __pfx_nft_do_chain+0x10/0x10
|
|
|
dd9019 |
[ 23.099078] ? __kasan_check_read+0x11/0x20
|
|
|
dd9019 |
[ 23.099295] ? __pfx___lock_acquire+0x10/0x10
|
|
|
dd9019 |
[ 23.099535] ? __pfx___lock_acquire+0x10/0x10
|
|
|
dd9019 |
[ 23.099745] ? __kasan_check_read+0x11/0x20
|
|
|
dd9019 |
[ 23.099929] nft_do_chain_ipv4+0xfe/0x140
|
|
|
dd9019 |
[ 23.100105] ? __pfx_nft_do_chain_ipv4+0x10/0x10
|
|
|
dd9019 |
[ 23.100327] ? lock_release+0x204/0x400
|
|
|
dd9019 |
[ 23.100515] ? nf_hook.constprop.0+0x340/0x550
|
|
|
dd9019 |
[ 23.100779] nf_hook_slow+0x6c/0x100
|
|
|
dd9019 |
[ 23.100977] ? __pfx_nft_do_chain_ipv4+0x10/0x10
|
|
|
dd9019 |
[ 23.101223] nf_hook.constprop.0+0x334/0x550
|
|
|
dd9019 |
[ 23.101443] ? __pfx_ip_local_deliver_finish+0x10/0x10
|
|
|
dd9019 |
[ 23.101677] ? __pfx_nf_hook.constprop.0+0x10/0x10
|
|
|
dd9019 |
[ 23.101882] ? __pfx_ip_rcv_finish+0x10/0x10
|
|
|
dd9019 |
[ 23.102071] ? __pfx_ip_local_deliver_finish+0x10/0x10
|
|
|
dd9019 |
[ 23.102291] ? rcu_read_lock_held+0x4b/0x70
|
|
|
dd9019 |
[ 23.102481] ip_local_deliver+0xbb/0x110
|
|
|
dd9019 |
[ 23.102665] ? __pfx_ip_rcv+0x10/0x10
|
|
|
dd9019 |
[ 23.102839] ip_rcv+0x199/0x2a0
|
|
|
dd9019 |
[ 23.102980] ? __pfx_ip_rcv+0x10/0x10
|
|
|
dd9019 |
[ 23.103140] __netif_receive_skb_one_core+0x13e/0x150
|
|
|
dd9019 |
[ 23.103362] ? __pfx___netif_receive_skb_one_core+0x10/0x10
|
|
|
dd9019 |
[ 23.103647] ? mark_held_locks+0x48/0xa0
|
|
|
dd9019 |
[ 23.103819] ? process_backlog+0x36c/0x380
|
|
|
dd9019 |
[ 23.103999] __netif_receive_skb+0x23/0xc0
|
|
|
dd9019 |
[ 23.104179] process_backlog+0x91/0x380
|
|
|
dd9019 |
[ 23.104350] __napi_poll.constprop.0+0x66/0x360
|
|
|
dd9019 |
[ 23.104589] ? net_rx_action+0x1cb/0x610
|
|
|
dd9019 |
[ 23.104811] net_rx_action+0x33e/0x610
|
|
|
dd9019 |
[ 23.105024] ? _raw_spin_unlock+0x23/0x50
|
|
|
dd9019 |
[ 23.105257] ? __pfx_net_rx_action+0x10/0x10
|
|
|
dd9019 |
[ 23.105485] ? mark_held_locks+0x48/0xa0
|
|
|
dd9019 |
[ 23.105741] __do_softirq+0xfa/0x5ab
|
|
|
dd9019 |
[ 23.105956] ? __dev_queue_xmit+0x765/0x1c00
|
|
|
dd9019 |
[ 23.106193] do_softirq.part.0+0x49/0xc0
|
|
|
dd9019 |
[ 23.106423] </IRQ>
|
|
|
dd9019 |
[ 23.106547] <TASK>
|
|
|
dd9019 |
[ 23.106670] __local_bh_enable_ip+0xf5/0x120
|
|
|
dd9019 |
[ 23.106903] __dev_queue_xmit+0x789/0x1c00
|
|
|
dd9019 |
[ 23.107131] ? __pfx___dev_queue_xmit+0x10/0x10
|
|
|
dd9019 |
[ 23.107381] ? find_held_lock+0x8e/0xb0
|
|
|
dd9019 |
[ 23.107585] ? lock_release+0x204/0x400
|
|
|
dd9019 |
[ 23.107798] ? neigh_resolve_output+0x185/0x350
|
|
|
dd9019 |
[ 23.108049] ? mark_held_locks+0x48/0xa0
|
|
|
dd9019 |
[ 23.108265] ? neigh_resolve_output+0x185/0x350
|
|
|
dd9019 |
[ 23.108514] neigh_resolve_output+0x246/0x350
|
|
|
dd9019 |
[ 23.108753] ? neigh_resolve_output+0x246/0x350
|
|
|
dd9019 |
[ 23.109003] ip_finish_output2+0x3c3/0x10b0
|
|
|
dd9019 |
[ 23.109250] ? __pfx_ip_finish_output2+0x10/0x10
|
|
|
dd9019 |
[ 23.109510] ? __pfx_nf_hook+0x10/0x10
|
|
|
dd9019 |
[ 23.109732] __ip_finish_output+0x217/0x390
|
|
|
dd9019 |
[ 23.109978] ip_finish_output+0x2f/0x130
|
|
|
dd9019 |
[ 23.110207] ip_output+0xc9/0x170
|
|
|
dd9019 |
[ 23.110404] ip_push_pending_frames+0x1a0/0x240
|
|
|
dd9019 |
[ 23.110652] raw_sendmsg+0x102e/0x19e0
|
|
|
dd9019 |
[ 23.110871] ? __pfx_raw_sendmsg+0x10/0x10
|
|
|
dd9019 |
[ 23.111093] ? lock_release+0x204/0x400
|
|
|
dd9019 |
[ 23.111304] ? __mod_lruvec_page_state+0x148/0x330
|
|
|
dd9019 |
[ 23.111567] ? find_held_lock+0x8e/0xb0
|
|
|
dd9019 |
[ 23.111777] ? find_held_lock+0x8e/0xb0
|
|
|
dd9019 |
[ 23.111993] ? __rcu_read_unlock+0x7c/0x2f0
|
|
|
dd9019 |
[ 23.112225] ? aa_sk_perm+0x18a/0x550
|
|
|
dd9019 |
[ 23.112431] ? filemap_map_pages+0x4f1/0x900
|
|
|
dd9019 |
[ 23.112665] ? __pfx_aa_sk_perm+0x10/0x10
|
|
|
dd9019 |
[ 23.112880] ? find_held_lock+0x8e/0xb0
|
|
|
dd9019 |
[ 23.113098] inet_sendmsg+0xa0/0xb0
|
|
|
dd9019 |
[ 23.113297] ? inet_sendmsg+0xa0/0xb0
|
|
|
dd9019 |
[ 23.113500] ? __pfx_inet_sendmsg+0x10/0x10
|
|
|
dd9019 |
[ 23.113727] sock_sendmsg+0xf4/0x100
|
|
|
dd9019 |
[ 23.113924] ? move_addr_to_kernel.part.0+0x4f/0xa0
|
|
|
dd9019 |
[ 23.114190] __sys_sendto+0x1d4/0x290
|
|
|
dd9019 |
[ 23.114391] ? __pfx___sys_sendto+0x10/0x10
|
|
|
dd9019 |
[ 23.114621] ? __pfx_mark_lock.part.0+0x10/0x10
|
|
|
dd9019 |
[ 23.114869] ? lock_release+0x204/0x400
|
|
|
dd9019 |
[ 23.115076] ? find_held_lock+0x8e/0xb0
|
|
|
dd9019 |
[ 23.115287] ? rcu_is_watching+0x23/0x60
|
|
|
dd9019 |
[ 23.115503] ? __rseq_handle_notify_resume+0x6e2/0x860
|
|
|
dd9019 |
[ 23.115778] ? __kasan_check_write+0x14/0x30
|
|
|
dd9019 |
[ 23.116008] ? blkcg_maybe_throttle_current+0x8d/0x770
|
|
|
dd9019 |
[ 23.116285] ? mark_held_locks+0x28/0xa0
|
|
|
dd9019 |
[ 23.116503] ? do_syscall_64+0x37/0x90
|
|
|
dd9019 |
[ 23.116713] __x64_sys_sendto+0x7f/0xb0
|
|
|
dd9019 |
[ 23.116924] do_syscall_64+0x59/0x90
|
|
|
dd9019 |
[ 23.117123] ? irqentry_exit_to_user_mode+0x25/0x30
|
|
|
dd9019 |
[ 23.117387] ? irqentry_exit+0x77/0xb0
|
|
|
dd9019 |
[ 23.117593] ? exc_page_fault+0x92/0x140
|
|
|
dd9019 |
[ 23.117806] entry_SYSCALL_64_after_hwframe+0x6e/0xd8
|
|
|
dd9019 |
[ 23.118081] RIP: 0033:0x7f744aee2bba
|
|
|
dd9019 |
[ 23.118282] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
|
|
|
dd9019 |
[ 23.119237] RSP: 002b:00007ffd04a7c9f8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
|
|
|
dd9019 |
[ 23.119644] RAX: ffffffffffffffda RBX: 00007ffd04a7e0a0 RCX: 00007f744aee2bba
|
|
|
dd9019 |
[ 23.120023] RDX: 0000000000000040 RSI: 000056488e9e6300 RDI: 0000000000000003
|
|
|
dd9019 |
[ 23.120413] RBP: 000056488e9e6300 R08: 00007ffd04a80320 R09: 0000000000000010
|
|
|
dd9019 |
[ 23.120809] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000040
|
|
|
dd9019 |
[ 23.121219] R13: 00007ffd04a7dc38 R14: 00007ffd04a7ca00 R15: 00007ffd04a7e0a0
|
|
|
dd9019 |
[ 23.121617] </TASK>
|
|
|
dd9019 |
[ 23.121749]
|
|
|
dd9019 |
[ 23.121845] The buggy address belongs to the virtual mapping at
|
|
|
dd9019 |
[ 23.121845] [ffffc90000000000, ffffc90000009000) created by:
|
|
|
dd9019 |
[ 23.121845] irq_init_percpu_irqstack+0x1cf/0x270
|
|
|
dd9019 |
[ 23.122707]
|
|
|
dd9019 |
[ 23.122803] The buggy address belongs to the physical page:
|
|
|
dd9019 |
[ 23.123104] page:0000000072ac19f0 refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x24a09
|
|
|
dd9019 |
[ 23.123609] flags: 0xfffffc0001000(reserved|node=0|zone=1|lastcpupid=0x1fffff)
|
|
|
dd9019 |
[ 23.123998] page_type: 0xffffffff()
|
|
|
dd9019 |
[ 23.124194] raw: 000fffffc0001000 ffffea0000928248 ffffea0000928248 0000000000000000
|
|
|
dd9019 |
[ 23.124610] raw: 0000000000000000 0000000000000000 00000001ffffffff 0000000000000000
|
|
|
dd9019 |
[ 23.125023] page dumped because: kasan: bad access detected
|
|
|
dd9019 |
[ 23.125326]
|
|
|
dd9019 |
[ 23.125421] Memory state around the buggy address:
|
|
|
dd9019 |
[ 23.125682] ffffc90000007800: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
|
|
dd9019 |
[ 23.126072] ffffc90000007880: 00 00 00 00 00 f1 f1 f1 f1 f1 f1 00 00 f2 f2 00
|
|
|
dd9019 |
[ 23.126455] >ffffc90000007900: 00 00 00 00 00 00 00 00 00 f2 f2 f2 f2 00 00 00
|
|
|
dd9019 |
[ 23.126840] ^
|
|
|
dd9019 |
[ 23.127138] ffffc90000007980: 00 00 00 00 00 00 00 00 00 00 00 00 00 f3 f3 f3
|
|
|
dd9019 |
[ 23.127522] ffffc90000007a00: f3 00 00 00 00 00 00 00 00 00 00 00 f1 f1 f1 f1
|
|
|
dd9019 |
[ 23.127906] ==================================================================
|
|
|
dd9019 |
[ 23.128324] Disabling lock debugging due to kernel taint
|
|
|
dd9019 |
|
|
|
dd9019 |
Using simple s16 pointers for the 16-bit accesses fixes the problem. For
|
|
|
dd9019 |
the 32-bit accesses, src and dst can be used directly.
|
|
|
dd9019 |
|
|
|
dd9019 |
Fixes: 96518518cc41 ("netfilter: add nftables")
|
|
|
dd9019 |
Cc: stable@vger.kernel.org
|
|
|
dd9019 |
Reported-by: Tanguy DUBROCA (@SidewayRE) from @Synacktiv working with ZDI
|
|
|
dd9019 |
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
|
|
|
dd9019 |
Reviewed-by: Florian Westphal <fw@strlen.de>
|
|
|
dd9019 |
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
|
|
|
dd9019 |
|
|
|
dd9019 |
Signed-off-by: Florian Westphal <fwestpha@redhat.com>
|
|
|
dd9019 |
|
|
|
dd9019 |
Signed-off-by: Ryan Sullivan <rysulliv@redhat.com>
|
|
|
dd9019 |
---
|
|
|
dd9019 |
net/netfilter/nft_byteorder.c | 14 +++++++-------
|
|
|
dd9019 |
1 file changed, 7 insertions(+), 7 deletions(-)
|
|
|
dd9019 |
|
|
|
dd9019 |
diff --git a/net/netfilter/nft_byteorder.c b/net/netfilter/nft_byteorder.c
|
|
|
dd9019 |
index 13d4e421a6b3..46a8f894717c 100644
|
|
|
dd9019 |
--- a/net/netfilter/nft_byteorder.c
|
|
|
dd9019 |
+++ b/net/netfilter/nft_byteorder.c
|
|
|
dd9019 |
@@ -33,11 +33,11 @@ static void nft_byteorder_eval(const struct nft_expr *expr,
|
|
|
dd9019 |
const struct nft_byteorder *priv = nft_expr_priv(expr);
|
|
|
dd9019 |
u32 *src = ®s->data[priv->sreg];
|
|
|
dd9019 |
u32 *dst = ®s->data[priv->dreg];
|
|
|
dd9019 |
- union { u32 u32; u16 u16; } *s, *d;
|
|
|
dd9019 |
+ u16 *s16, *d16;
|
|
|
dd9019 |
unsigned int i;
|
|
|
dd9019 |
|
|
|
dd9019 |
- s = (void *)src;
|
|
|
dd9019 |
- d = (void *)dst;
|
|
|
dd9019 |
+ s16 = (void *)src;
|
|
|
dd9019 |
+ d16 = (void *)dst;
|
|
|
dd9019 |
|
|
|
dd9019 |
switch (priv->size) {
|
|
|
dd9019 |
case 8: {
|
|
|
dd9019 |
@@ -63,11 +63,11 @@ static void nft_byteorder_eval(const struct nft_expr *expr,
|
|
|
dd9019 |
switch (priv->op) {
|
|
|
dd9019 |
case NFT_BYTEORDER_NTOH:
|
|
|
dd9019 |
for (i = 0; i < priv->len / 4; i++)
|
|
|
dd9019 |
- d[i].u32 = ntohl((__force __be32)s[i].u32);
|
|
|
dd9019 |
+ dst[i] = ntohl((__force __be32)src[i]);
|
|
|
dd9019 |
break;
|
|
|
dd9019 |
case NFT_BYTEORDER_HTON:
|
|
|
dd9019 |
for (i = 0; i < priv->len / 4; i++)
|
|
|
dd9019 |
- d[i].u32 = (__force __u32)htonl(s[i].u32);
|
|
|
dd9019 |
+ dst[i] = (__force __u32)htonl(src[i]);
|
|
|
dd9019 |
break;
|
|
|
dd9019 |
}
|
|
|
dd9019 |
break;
|
|
|
dd9019 |
@@ -75,11 +75,11 @@ static void nft_byteorder_eval(const struct nft_expr *expr,
|
|
|
dd9019 |
switch (priv->op) {
|
|
|
dd9019 |
case NFT_BYTEORDER_NTOH:
|
|
|
dd9019 |
for (i = 0; i < priv->len / 2; i++)
|
|
|
dd9019 |
- d[i].u16 = ntohs((__force __be16)s[i].u16);
|
|
|
dd9019 |
+ d16[i] = ntohs((__force __be16)s16[i]);
|
|
|
dd9019 |
break;
|
|
|
dd9019 |
case NFT_BYTEORDER_HTON:
|
|
|
dd9019 |
for (i = 0; i < priv->len / 2; i++)
|
|
|
dd9019 |
- d[i].u16 = (__force __u16)htons(s[i].u16);
|
|
|
dd9019 |
+ d16[i] = (__force __u16)htons(s16[i]);
|
|
|
dd9019 |
break;
|
|
|
dd9019 |
}
|
|
|
dd9019 |
break;
|
|
|
dd9019 |
--
|
|
|
dd9019 |
2.40.1
|
|
|
dd9019 |
|
|
|
dd9019 |
|