diff --git a/ChangeLog b/ChangeLog index e42073b8..6492c6e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2020-09-16 Joerg Wunsch + + Submitted by Adrian Klieber: + patch #9820: Fix some out-of-bounds/uninitialized issues + * stk500v2.c (stk500v2_display): fix uninitialized variables + * stk500v2.c (stk500v2_set_sck_period_mk2): fix loop limits + * pickit2.c (pickit2_open): Use pgm->desc to store description (WIN32 only) + * config_gram.y (K_PAGE_SIZE): ensure page_size is > 0 + * avrpart.c (avr_new_memtype): initialize page_size to 1 + 2020-09-10 Joerg Wunsch * config_gram.y (K_DESC): Enforce correct length in strncpy() diff --git a/NEWS b/NEWS index fca196d0..bfd2a93c 100644 --- a/NEWS +++ b/NEWS @@ -70,6 +70,7 @@ Current: patch #9728: Fix UsbTiny programmer patch #9893: [PATCH] Reader reads ftdi handle after main thread close it patch #9819: Address several leaks in SVN rev 1429 + patch #9820: Fix some out-of-bounds/uninitialized issues * Internals: - New avrdude.conf keyword "family_id", used to verify SIB attributes