Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4e45005

Browse files
committed
This patch fixes an arrayindexoutofbounds exception that was just
introduced into the code. The fix is a fix toorg.postgresql.core.ByteArrayDim1.java.Barry Lind
1 parentba6fda5 commit4e45005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/jdbc/org/postgresql/core/BytePoolDim1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class BytePoolDim1 {
2121
/**
2222
*
2323
*/
24-
bytebinit[][] =newbyte[maxsize][0];
24+
bytebinit[][] =newbyte[maxsize+1][0];
2525

2626
/**
2727
* Construct a new pool

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp