commit | 9616ff434d96303689391af3d6e1c845d233405f | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed May 26 21:17:29 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed May 26 21:17:29 2010 -0700 |
tree | fe467102ce2a59dc2113e8f4da6a4d8185404fda | |
parent | 7c1f6afcf98fe95fb3f2b70ce01cf66f6db53b5e [diff] |
sunsu: Fix use after free in su_remove(). Real serial port 'up' objects are statically allocated from an array in the driver. Keyboard and mouse ports, on the other hand, are dynamically allocated. Unfortunately, we free these dynamic 'up' objects before we unmap the I/O registers. Rearrange su_remove() so that this does not happen. Noticed by Julia Lawall. Signed-off-by: David S. Miller <davem@davemloft.net>