Last-minute updates for release notes.
authorTom Lane
Mon, 9 Aug 2021 18:41:00 +0000 (14:41 -0400)
committerTom Lane
Mon, 9 Aug 2021 18:41:00 +0000 (14:41 -0400)
Security: CVE-2021-3677

doc/src/sgml/release-13.sgml

index 6184269c89151c5e7b82bb7a57a550f026521770..434ddfca467e521491e2338f30b6139c10e11d0e 100644 (file)
 
     
 
+     
+      Fix mis-planning of repeated application of a projection step
+      (Tom Lane)
+     
+
+     
+      The planner could create an incorrect plan in cases where two
+      ProjectionPaths were stacked on top of each other.  The only known
+      way to trigger that situation involves parallel sort operations, but
+      there may be other instances.  The result would be crashes or
+      incorrect query results.
+      Disclosure of server memory contents is also possible.
+      (CVE-2021-3677)
+     
+    
+
+    
+
-     
-      Fix mis-planning of repeated application of a projection step
-      (Tom Lane)
-     
-
-     
-      The planner could create an incorrect plan in cases where two
-      ProjectionPaths were stacked on top of each other.  The only known
-      way to trigger that situation involves parallel sort operations, but
-      there may be other instances.  The result would be crashes or
-      incorrect query results.
-     
-    
-
-    
-