Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset b4008a5
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2014-03-07T00:02:32Z (
11 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3e16fb8
,
7b05842
Parents:
b4b8f1e
Message:
Merging compiler warning fix. Patch by Mark H Weaver <mhw@…>.
File:
1 edited
lib/md5.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
lib/md5.c
rb4b8f1e
rb4008a5
160
160
ctx->buf[3] = cvt32(ctx->buf[3]);
161
161
memcpy(digest, ctx->buf, 16);
162
memset(ctx, 0, sizeof(
ctx)); /* In case it's sensitive */
162
memset(ctx, 0, sizeof(
*
ctx)); /* In case it's sensitive */
163
163
}
164
164
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive