ソースを参照

Add known issue docs for #95114 (#96448)

David Turner 2 年 前
コミット
b7d9442ac1
1 ファイル変更13 行追加0 行削除
  1. 13 0
      docs/reference/release-notes/8.7.1.asciidoc

+ 13 - 0
docs/reference/release-notes/8.7.1.asciidoc

@@ -3,6 +3,19 @@
 
 Also see <<breaking-changes-8.7,Breaking changes in 8.7>>.
 
+[[known-issues-8.7.1]]
+[float]
+=== Known issues
+
+* `ArrayIndexOutOfBoundsException` may be thrown while creating a transport message
++
+Certain sequences of writes and seeks to the buffer used to create a transport
+message may encounter an alignment bug which results in an
+`ArrayIndexOutOfBoundsException`, preventing the transport message from being
+sent.
++
+This issue is fixed in 8.8.0.
+
 [[bug-8.7.1]]
 [float]
 === Bug fixes