稀にクラッシュすることがあった
- URL文字列強調処理内でバッファ外のメモリアクセスを行っていた
@@ -2491,7 +2491,7 @@ | ||
2491 | 2491 | if ((cur_y + 1) < NumOfLines) { |
2492 | 2492 | if ((CodeLineW[x].attr & AttrLineContinued) != 0) { |
2493 | 2493 | const LONG TmpPtr = GetLinePtr(PageStart + cur_y + 1); |
2494 | - if ((CodeLineW[TmpPtr + NumOfColumns - 1].attr & AttrURL) != 0) { | |
2494 | + if ((CodeBuffW[TmpPtr + NumOfColumns - 1].attr & AttrURL) != 0) { | |
2495 | 2495 | next = TRUE; |
2496 | 2496 | } |
2497 | 2497 | } |