On Wed, 7 May 2025 at 21:28, PG Bug reporting form
<noreply@postgresql.org> wrote:
> @@ -279,8 +279,7 @@ network_send(inet *addr, bool is_cidr)
> pq_sendbyte(&buf, ip_bits(addr));
> pq_sendbyte(&buf, is_cidr);
> nb = ip_addrsize(addr);
> - if (nb < 0)
> - nb = 0;
> + Assert(nb >= 0);
This has already been fixed in master by [1]. Since there's no actual
misbehaviour, there was no backpatch.
David
[1] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=f27eb0325b7b2cff3b880fa669913693849521dc
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
✖
By continuing to browse this website, you agree to the use of cookies. Go to Privacy Policy.