scummvm/graphics
antoniou79 7d6a8fe7bb
GRAPHICS: Fix segmentation fault for thumbnail from incomplete fill
Common::fill fills up to but not including the address of the last item

Previously the last item of array v was not filled with 0, so if the rest of the code in the scaleLine() method did not update it, it would have a random init value which could cause segmentation fault when using the scale() method.
2022-06-12 15:09:49 +02:00
..
fonts JANITORIAL: Fix some lost or outdated URLs in comments 2022-05-19 07:57:31 +03:00
macgui JANITORIAL: Fix some lost or outdated URLs in comments 2022-05-19 07:57:31 +03:00
nanosvg
opengl OPENGL: Detect framebuffer support using GL_ARB_framebuffer_object 2022-05-27 18:13:10 +02:00
scaler JANITORIAL: Fix some lost or outdated URLs in comments 2022-05-19 07:57:31 +03:00
tinygl TINYGL: Initialise _enableScissor for case when dirty rects are off. 2022-05-02 10:01:08 +02:00
colormasks.h
conversion.cpp
conversion.h
cursor.h
cursorman.cpp
cursorman.h
font.cpp
font.h GRAPHICS: Added getFontName method to TTFFont 2022-03-14 21:57:14 -07:00
fontman.cpp
fontman.h
framelimiter.cpp
framelimiter.h
korfont.cpp
korfont.h
larryScale.cpp
larryScale.h
larryScale_generated.cpp
larryScale_generator.js
maccursor.cpp GRAPHICS: Add support for loading oversized Mac CURS resources 2022-05-07 20:51:44 +03:00
maccursor.h GRAPHICS: Add support for loading oversized Mac CURS resources 2022-05-07 20:51:44 +03:00
macega.h
managed_surface.cpp GRAPHICS: Move ManagedSurface::clip() to the Surface class 2022-06-03 16:00:46 +01:00
managed_surface.h GRAPHICS: Add Surface::copyRectToSurfaceWithKey() 2022-06-05 17:28:28 +03:00
mode.h
module.mk GRAPHICS: Create set of wrapper functions for accessing FreeType directly 2022-03-28 20:29:36 -07:00
nine_patch.cpp
nine_patch.h
palette.h
pixelformat.cpp
pixelformat.h
primitives.cpp
primitives.h
renderer.cpp GRAPHICS: Create a dynamic list of available renderers 2022-04-10 18:11:46 +02:00
renderer.h GRAPHICS: Create a dynamic list of available renderers 2022-04-10 18:11:46 +02:00
scaler.h
scalerplugin.cpp
scalerplugin.h
screen.cpp
screen.h
sjis.cpp
sjis.h
surface.cpp GRAPHICS: Add Surface::copyRectToSurfaceWithKey() 2022-06-05 17:28:28 +03:00
surface.h GRAPHICS: Add Surface::copyRectToSurfaceWithKey() 2022-06-05 17:28:28 +03:00
svg.cpp
svg.h
thumbnail.cpp GRAPHICS: Fix segmentation fault for thumbnail from incomplete fill 2022-06-12 15:09:49 +02:00
thumbnail.h
transform_struct.cpp
transform_struct.h
transform_tools.cpp
transform_tools.h
transparent_surface.cpp
transparent_surface.h
VectorRenderer.cpp
VectorRenderer.h
VectorRendererSpec.cpp
VectorRendererSpec.h
wincursor.cpp
wincursor.h
yuv_to_rgb.cpp
yuv_to_rgb.h