From 7ac2eb24e7298549a90acc25816e80120efd24ec Mon Sep 17 00:00:00 2001 From: JunsuChoi Date: Tue, 4 Oct 2022 10:08:52 +0900 Subject: [PATCH] SwRaster: Remove comment Change-Id: If45195fcba8dda3d2e08a3884428e365ec6f6f9f --- src/lib/sw_engine/tvgSwRasterTexmapInternal.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/sw_engine/tvgSwRasterTexmapInternal.h b/src/lib/sw_engine/tvgSwRasterTexmapInternal.h index ab29e8f..b578f87 100644 --- a/src/lib/sw_engine/tvgSwRasterTexmapInternal.h +++ b/src/lib/sw_engine/tvgSwRasterTexmapInternal.h @@ -105,9 +105,6 @@ iru = uu + 1; irv = vv + 1; - //FIXME: If vv goes out of buffer, it can cause potential memory problems. - //Therefore, an `if condition` is added so that it does not exceed the height of the image. - //This is temporary fix. if (vv >= sh) continue; px = *(sbuf + (vv * sw) + uu); -- 2.7.4