diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-11-19 20:02:34 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-11-19 20:05:04 -0800 |
commit | f3d87a2b164cd605620a8d2e5cd0b35bfc28ce2d (patch) | |
tree | 26cad9bc8060f03d8a6846b72812bbee10ed7328 /windows.c | |
parent | 2a78f3436ccf157977eccf9435c2680e2d7bc3d3 (diff) | |
download | subsurface-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