Merge lp:~akopytov/percona-xtrabackup/bug1248488-2.2 into lp:percona-xtrabackup/2.2

Proposed by Alexey Kopytov
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 4889
Proposed branch: lp:~akopytov/percona-xtrabackup/bug1248488-2.2
Merge into: lp:percona-xtrabackup/2.2
Diff against target: 18 lines (+11/-0)
1 file modified
xtrabackup/patches/innodb51.patch (+11/-0)
To merge this branch: bzr merge lp:~akopytov/percona-xtrabackup/bug1248488-2.2
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+194701@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'xtrabackup/patches/innodb51.patch'
2--- xtrabackup/patches/innodb51.patch 2013-08-18 18:54:42 +0000
3+++ xtrabackup/patches/innodb51.patch 2013-11-11 15:07:27 +0000
4@@ -1516,3 +1516,14 @@
5 ut_a(page_zip_validate(page_zip, page, index));
6 #endif /* UNIV_ZIP_DEBUG */
7
8+--- a/mysys/md5.c
9++++ b/mysys/md5.c
10+@@ -176,7 +176,7 @@
11+ putu32(ctx->buf[1], digest + 4);
12+ putu32(ctx->buf[2], digest + 8);
13+ putu32(ctx->buf[3], digest + 12);
14+- memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */
15++ memset(ctx, 0, sizeof(*ctx)); /* In case it's sensitive */
16+ }
17+
18+ #ifndef ASM_MD5

Subscribers

People subscribed via source and target branches

to all changes: