Document patch #9820 has been applied

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1442 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2020-09-16 21:26:42 +00:00
parent 4278300d8e
commit e35e8f414a
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,13 @@
2020-09-16 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
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 <j.gnu@uriah.heep.sax.de>
* config_gram.y (K_DESC): Enforce correct length in strncpy()

1
NEWS
View File

@ -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