* grub-core/term/serial.c (grub_serial_register): Fix invalid free.
Ensure that pointers are inited to NULL and that pointers are not accessed after free.
This commit is contained in:
parent
5ae584c0b0
commit
9afe2053c9
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-01-26 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/term/serial.c (grub_serial_register): Fix invalid free.
|
||||
Ensure that pointers are inited to NULL and that pointers are not
|
||||
accessed after free.
|
||||
|
||||
2014-01-25 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue