Fix non-triggerable heap corruption at do_getpass().

This commit is contained in:
George Kadianakis
2016-10-10 12:03:39 -04:00
parent 684500519d
commit e59f0d4cb9
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (getpass):
- Defensively fix a non-triggerable heap corruption at do_getpass() tow
protect ourselves from mistakes in the future. Fixes bug #19223; bugfix
on 0.2.7.3-rc. Bug found by Guido Vranken, patch by nherring.