You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/deps/libssl/a_time.c-multiplication-ove...

10 lines
302 B

@@ -248,7 +248,7 @@
}
o++;
}
- if (offset && !OPENSSL_gmtime_adj(&tmp, 0, offset * offsign))
+ if (offset && !OPENSSL_gmtime_adj(&tmp, 0, (long) offset * offsign))
goto err;
} else {
/* not Z, or not +/- in non-strict mode */