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:
parent
4278300d8e
commit
e35e8f414a
10
ChangeLog
10
ChangeLog
|
@ -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
1
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
|
||||
|
|
Loading…
Reference in New Issue