Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 55385 Details for
Bug 165947
Incomplete file transfer from remote to local system
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
the patch fixes incorrect calculation of record boundary
patch.txt (text/plain), 1.10 KB, created by
Igor Alelekov
on 2006-12-11 07:20:20 EST
(
hide
)
Description:
the patch fixes incorrect calculation of record boundary
Filename:
MIME Type:
Creator:
Igor Alelekov
Created:
2006-12-11 07:20:20 EST
Size:
1.10 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.agentcontroller >Index: src-native/collection/framework/RASharedMemory/ossramboflush.cpp >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.agentcontroller/src-native/collection/framework/RASharedMemory/ossramboflush.cpp,v >retrieving revision 1.6 >diff -u -r1.6 ossramboflush.cpp >--- src-native/collection/framework/RASharedMemory/ossramboflush.cpp 15 May 2006 00:15:05 -0000 1.6 >+++ src-native/collection/framework/RASharedMemory/ossramboflush.cpp 11 Dec 2006 11:44:17 -0000 >@@ -288,7 +288,7 @@ > /* If the whole record doesn't fit in this buffer then allocate a temporary > buffer for the record and copy the part that is included in this buffer > into the temp bufer*/ >- if (offset + OSS_RAMBO_DATA_HEADER_SIZE + recordLength >= dataLength) { >+ if (offset + OSS_RAMBO_DATA_HEADER_SIZE + recordLength > dataLength) { > > continueDataSize = offset + OSS_RAMBO_DATA_HEADER_SIZE + recordLength - dataLength; > bFlushLen = dataLength - offset;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 165947
: 55385