View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006421 | JEDI VCL | 00 JVCL Components | public | 2015-07-23 10:45 | 2015-09-21 17:47 |
Reporter | bhe | Assigned To | AHUser | ||
Priority | normal | Severity | crash | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.49 | |||
Summary | 0006421: JclCompression: Wrong type declaration (Crash on x64 with bound check enabled) | ||||
Description | Wrong type declaration (Crash on x64 with bound check enabled) | ||||
Additional Information | jcl/source/common/JclCompression.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jcl/source/common/JclCompression.pas b/jcl/source/common/JclCompression.pas index c3d60b9..7b1dc6c 100644 --- a/jcl/source/common/JclCompression.pas +++ b/jcl/source/common/JclCompression.pas @@ -4285,7 +4285,7 @@ function TJclCompressionItem.UpdateFileTimes: Boolean; const FILE_WRITE_ATTRIBUTES = $00000100; var - FileHandle: HFILE; + FileHandle: THandle; ACreationTime, ALastAccessTime, ALastWriteTime: PFileTime; begin ReleaseStream; | ||||
Tags | No tags attached. | ||||
2015-07-23 10:45
|
JclCompression_x64_issue.diff (558 bytes)
jcl/source/common/JclCompression.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jcl/source/common/JclCompression.pas b/jcl/source/common/JclCompression.pas index c3d60b9..7b1dc6c 100644 --- a/jcl/source/common/JclCompression.pas +++ b/jcl/source/common/JclCompression.pas @@ -4285,7 +4285,7 @@ function TJclCompressionItem.UpdateFileTimes: Boolean; const FILE_WRITE_ATTRIBUTES = $00000100; var - FileHandle: HFILE; + FileHandle: THandle; ACreationTime, ALastAccessTime, ALastWriteTime: PFileTime; begin ReleaseStream; |
|
Fixed in the master branch. |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-07-23 10:45 | bhe | New Issue | |
2015-07-23 10:45 | bhe | File Added: JclCompression_x64_issue.diff | |
2015-07-23 23:35 | AHUser | Note Added: 0021173 | |
2015-07-23 23:35 | AHUser | Status | new => resolved |
2015-07-23 23:35 | AHUser | Fixed in Version | => Daily / GIT |
2015-07-23 23:35 | AHUser | Resolution | open => fixed |
2015-07-23 23:35 | AHUser | Assigned To | => AHUser |
2015-09-21 17:47 | obones | Fixed in Version | Daily / GIT => 3.49 |