From bf48f754c6a074661f121d2e6bb20ea14a810010 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sat, 4 May 2024 19:30:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9A=E8=87=B3=E5=8F=AF=E4=BB=A5=E6=8A=8A?= =?UTF-8?q?=E8=BF=99=E7=8E=A9=E6=84=8F=E6=8A=A5=E5=87=BA=E6=9D=A5=EF=BC=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- branch/latest/md5.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index b93b883..8daacdc 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -16792,7 +16792,8 @@ T.Engine.prototype = { // break case 4: try { - for (; this_.cy == null;) { + while (this_.cy == null) { + // round this_.fz(0, rc4) if (rc4.a.length !== 0) { result_ = rc4 @@ -16801,12 +16802,16 @@ T.Engine.prototype = { } } } catch (e) { - m = H.unwrap_Exception(e) - l = H.getTraceFromException(e) + // 报出错误 + console.error("来自 round() 的报错, 在意料之内, 可以忽略\n", e) + // m = H.unwrap_Exception(e) + // l = H.getTraceFromException(e) } if (rc4.a.length !== 0) { + // updates.updates.isNotEmpty result_ = rc4 async_goto = 1 + // return updates break } result_ = null