Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tkOSU-003VSf-TR for pgsql-hackers@arkaria.postgresql.org; Tue, 18 Feb 2025 14:20:23 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tkOST-00Aj82-9b for pgsql-hackers@arkaria.postgresql.org; Tue, 18 Feb 2025 14:20:21 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tjzzB-00Flum-FV for pgsql-hackers@lists.postgresql.org; Mon, 17 Feb 2025 12:12:29 +0000 Received: from mail.postgrespro.ru ([93.174.131.139]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tjzz8-001KfU-2b for pgsql-hackers@postgresql.org; Mon, 17 Feb 2025 12:12:28 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=postgrespro.ru; s=mx2023; t=1739794345; bh=SfUbZRzfS/LBsyEbeuhiveUzE7he0KuUgrpQK7wiDUs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:Message-ID:From; b=crJjTlEbb3Fp+mHv6MfGqljsjbFHwsySGRfPM4aJ0LkhV8JPH9+2Re8/mJiPvXNvi ONywvW3xokSyV8KfbHUrYMcCtBE1qNe0d5bbf27eaijTPE+hNIXkMFSDWliX/O2UAn A1ftNWHJsXwyySfLzlGp3uPhdl4QdM3ep/vQGQP9+YAX7V3pzSYpFiwm8rBk34mZlo dt23LYrpVxZSQag7fy/rouNOmm6DoUIG8K5jZOr1cH/wytiePoMrv98kowPg7kE6P3 2Aah92IhmjnEmbF9ZK24yFUz9rD2W8q0B3klpq36oOG7fm5Q2BNjRxGo/C+BzbEb/n q6IF/ezbTf4IA== Received: from mail.postgrespro.ru (webmail-master-mstn.l.postgrespro.ru [192.168.2.26]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: m.korotkov@postgrespro.ru) by mail.postgrespro.ru (Postfix/587) with ESMTPSA id 1D58F60A9A; Mon, 17 Feb 2025 15:12:25 +0300 (MSK) MIME-Version: 1.0 Date: Mon, 17 Feb 2025 15:12:25 +0300 From: Maksim Korotkov To: Tom Lane Cc: pgsql-hackers@postgresql.org Subject: Re: [PATCH] snowball: fix potential NULL dereference In-Reply-To: <2940638.1739292817@sss.pgh.pa.us> References: <1d1a46-67ab1000-21-80c451@83151435> <2940638.1739292817@sss.pgh.pa.us> Message-ID: <7fdfe858190d6aa31189e35c9db88c4d@postgrespro.ru> X-Sender: m.korotkov@postgrespro.ru Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-KSMG-AntiPhishing: NotDetected X-KSMG-AntiSpam-Interceptor-Info: not scanned X-KSMG-AntiSpam-Status: not scanned, disabled by settings X-KSMG-AntiVirus: Kaspersky Secure Mail Gateway, version 2.1.0.7854, bases: 2025/02/17 05:46:00 #27308377 X-KSMG-AntiVirus-Status: NotDetected, skipped X-KSMG-LinksScanning: not scanned, disabled by settings X-KSMG-Message-Action: skipped X-KSMG-Rule-ID: 1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi On 2025-02-11 19:53, Tom Lane wrote: > You should report this upstream; > (Whenever they apply the patch, we should then re-sync...) FYI, the patch to fix this problem was applied by upstream. --- Best regards, Korotkov Maksim PostgresPro m.korotkov@postgrespro.ru