We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 759b0dd + 3b95095 commit befad17Copy full SHA for befad17
1 file changed
src/msolve/duplicate.c
@@ -67,7 +67,7 @@ static inline void duplicate_tracer(
67
/* non-redundant lead mon. as short divmask */
68
btrace[i]->lm = (sdm_t *)calloc((unsigned long)btrace[0]->lml,
69
sizeof(sdm_t));
70
- memcpy(btrace[0]->lm, btrace[i]->lm,
+ memcpy(btrace[i]->lm, btrace[0]->lm,
71
(unsigned long)btrace[0]->lml * sizeof(sdm_t));
72
73
/* array of trace data per F4 round */
0 commit comments