Gimp/plug-ins/script-fu
Jacob Boerema 6484193d8f script-fu: fix out-of-bounds array access
I noticed this in coverity. I couldn't find any actual script using
SF_DISPLAY, so the impact probably isn't very big.
Because the enums start at 0, the size of the array should be at least
one more than the value of the last enum, which was not the case here.

Increase the size of the array by 1, so that accessing SF_DISPLAY,
which is the enum with the highest value, is valid.
2023-07-11 12:04:24 -04:00
..
console plug-ins: fix build warnings. 2023-06-25 23:43:40 +02:00
interpreter Remove autotools 2023-05-27 00:03:52 +02:00
libscriptfu script-fu: fix out-of-bounds array access 2023-07-11 12:04:24 -04:00
scripts Fix #9554 (quit 1) must yield err msg 2023-06-20 11:14:13 +00:00
server Remove autotools 2023-05-27 00:03:52 +02:00
meson.build Refactor ScriptFu Console 2023-06-15 13:26:00 +00:00
script-fu-eval.c ScriptFu: build shared libgimp-scriptfu-3.0.so separate from executable script-fu 2022-06-11 08:58:30 -04:00
script-fu-eval.h plug-ins: port plug-in-script-fu-eval to GimpBatchProcedure. 2022-04-16 18:50:29 +02:00
script-fu-text-console.c ScriptFu: build shared libgimp-scriptfu-3.0.so separate from executable script-fu 2022-06-11 08:58:30 -04:00
script-fu-text-console.h plug-ins: port script-fu to GimpPlugIn 2019-08-12 20:49:08 +02:00
script-fu.c SF Console history persist as GStrv setting. 2023-06-25 18:28:03 +00:00