summaryrefslogtreecommitdiffstats
path: root/windows.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-11-19 20:02:34 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-11-19 20:05:04 -0800
commitf3d87a2b164cd605620a8d2e5cd0b35bfc28ce2d (patch)
tree26cad9bc8060f03d8a6846b72812bbee10ed7328 /windows.c
parent2a78f3436ccf157977eccf9435c2680e2d7bc3d3 (diff)
downloadsubsurface-f3d87a2b164cd605620a8d2e5cd0b35bfc28ce2d.tar.gz
Fix stupid off by one error in Uemis downloader
We are accessing offset 24 in an array of length 24. To make things easier for the base64 conversion we just treat this as an off by three error and instead create an array large enough for 27 elements and convert a sufficient number of base64 chars to initialize all of them. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'windows.c')
0 files changed, 0 insertions, 0 deletions