Go to file
Lucas fc9617b2b1 [julia] fix result cache size
Commit dbd7618c9f removed the +1 from
width and height, resulting in out-of-bounds access in last row if -L is
used. Additionaly, the +1 only worked if -h or -w were used.

Fix all that tracking the width and hegith of result cache individually.
2020-03-09 00:02:56 +00:00
.gitignore Add gitignore 2020-03-08 21:42:26 +00:00
COPYING Initial import 2020-03-07 22:32:57 +00:00
Makefile Use utility functions 2020-03-08 21:24:10 +00:00
criticals.c Parametrize iteration count for Newton's method 2020-03-08 22:33:18 +00:00
criticals.h Parametrize iteration count for Newton's method 2020-03-08 22:33:18 +00:00
fractal.c Remove unused variables 2020-03-08 21:31:02 +00:00
fun-gen.c Fix signedness warnings 2020-03-08 21:34:51 +00:00
hi-res.sh Initial import 2020-03-07 22:32:57 +00:00
julia.c [julia] fix result cache size 2020-03-09 00:02:56 +00:00
palette.c Fix signedness warnings 2020-03-08 21:34:51 +00:00
palette.h Initial import 2020-03-07 22:32:57 +00:00
pnmout.c Use utility functions 2020-03-08 21:24:10 +00:00
pnmout.h Initial import 2020-03-07 22:32:57 +00:00
util.c Remove unused variables 2020-03-08 21:31:02 +00:00
util.h Bring some more utility functions 2020-03-08 20:03:37 +00:00