commit | a1c5975270f2335e1d7129c084a6e562d7b99bdd | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Fri Apr 30 16:43:55 2010 +0530 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon May 03 12:09:48 2010 -0500 |
tree | 75f63b60e1cbe9b75684445021b933f973270e22 | |
parent | f8778a7785d530515b0db395606f327fd5f94a92 [diff] |
virtio-serial: Fix check for 'assert'; prevent NULL derefs In the flush_queued_data() function, we expect port to be valid. Assert only for port and not port || discard. Reported-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>