Ticket #22323

Int引数のCIDについて

Open Date: 2010-06-30 12:28 Last Update: 2010-08-17 18:46

Reporter:
Owner:
(None)
Type:
Status:
Closed
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Won't Fix
File:
None

Details

sfpの1以降のIntのCIDが適切に設定されていません。 InputStream.read(Bytes b, Int offset, Int length)の場合

ins = new InputStream("hoge.txt");
b = new Bytes(1024);
size = ins.read(b,0,1024);
というスクリプトを実行したところ、InputStream_readにおいて、
sfp[1]のCIDは6で正常だったのですが、sfp[2],sfp[3]のCIDが3ではなく5となっていました。

Ticket History (2/2 Histories)

2010-06-30 12:28 Updated by: mkato06
  • New Ticket "Int引数のCIDについて" created
2010-08-17 18:46 Updated by: imasahiro
  • Resolution Update from None to Won't Fix
  • Status Update from Open to Closed
  • Ticket Close date is changed to 2010-08-17 18:46

Attachment File List

No attachments

Edit

Please login to add comment to this ticket » Login