Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153063851
D40468.id123116.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
374 B
Referenced Files
None
Subscribers
None
D40468.id123116.diff
View Options
diff --git a/sys/opencrypto/criov.c b/sys/opencrypto/criov.c
--- a/sys/opencrypto/criov.c
+++ b/sys/opencrypto/criov.c
@@ -591,7 +591,7 @@
remain = MIN(PAGE_SIZE - cc->cc_offset, cc->cc_buf_len);
todo = MIN(remain, size);
memcpy(dst, src, todo);
- src += todo;
+ dst += todo;
cc->cc_buf_len -= todo;
if (todo < remain) {
cc->cc_offset += todo;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 19, 10:11 PM (10 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31794916
Default Alt Text
D40468.id123116.diff (374 B)
Attached To
Mode
D40468: crypto: Advance the correct pointer in crypto_cursor_copydata()
Attached
Detach File
Event Timeline
Log In to Comment