Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
E.18. Release 15.12
Prev UpAppendix E. Release NotesHome Next

E.18. Release 15.12

Release date: 2025-02-20

This release contains a few fixes from 15.11. For information about new features in major release 15, seeSection E.30.

E.18.1. Migration to Version 15.12

A dump/restore is not required for those running 15.X.

However, if you are upgrading from a version earlier than 15.9, seeSection E.21.

E.18.2. Changes

  • Improve behavior oflibpq's quoting functions (Andres Freund, Tom Lane)§§§

    The changes made for CVE-2025-1094 had one serious oversight:PQescapeLiteral() andPQescapeIdentifier() failed to honor their string length parameter, instead always reading to the input string's trailing null. This resulted in including unwanted text in the output, if the caller intended to truncate the string via the length parameter. With very bad luck it could cause a crash due to reading off the end of memory.

    In addition, modify all these quoting functions so that when invalid encoding is detected, an invalid sequence is substituted for just the first byte of the presumed character, not all of it. This reduces the risk of problems if a calling application performs additional processing on the quoted string.


Prev Up Next
E.17. Release 15.13 Home E.19. Release 15.11
pdfepub
Go to Postgres Pro Standard 15
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp