diff options
author | Duncan Lowther <Duncan.Lowther@glasgow.ac.uk> | 2023-06-14 15:29:39 +0100 |
---|---|---|
committer | Duncan Lowther <Duncan.Lowther@glasgow.ac.uk> | 2023-06-21 09:48:37 +0100 |
commit | bc2ed8c55a69d80ea6aa8441673232a8c4054f13 (patch) | |
tree | c04d34d49fccb22c7563ef94dd061aa2a5221316 /extmod/modssl_mbedtls.c | |
parent | ae778363702a759e987bb9209165f5a413dbd8a9 (diff) | |
download | micropython-bc2ed8c55a69d80ea6aa8441673232a8c4054f13.tar.gz micropython-bc2ed8c55a69d80ea6aa8441673232a8c4054f13.zip |
tests/extmod/uctypes_array_assign_le: Fix buffer.
Structure descriptor in test extmod/uctypes_array_assign_le
is 6 bytes long, due to member "arr3" having length 4
(2 * UINT16) and offset 2, but only 5 bytes are allocated.
Increased buffer length to 6 bytes.
Signed-off-by: Duncan Lowther <Duncan.Lowther@glasgow.ac.uk>
Diffstat (limited to 'extmod/modssl_mbedtls.c')
0 files changed, 0 insertions, 0 deletions