commit | 267d493b322b05984048aef8ea9b5b213490bbe0 | [log] [tgz] |
---|---|---|
author | John W. Linville <linville@tuxdriver.com> | Wed May 20 10:51:41 2009 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 20 14:29:54 2009 -0400 |
tree | 167d6c2615990375e5a3af682f7bc3431f5851b5 | |
parent | 875690c378d64d9ee2de15cad8206d3f11ae5096 [diff] |
airo: fix airo_get_encode{,ext} buffer overflow like I mean it... "airo: airo_get_encode{,ext} potential buffer overflow" was actually a no-op, due to an unrecognized type overflow in an assignment. Oddly, gcc only seems to tell me about it when using -Wextra...grrr... Signed-off-by: John W. Linville <linville@tuxdriver.com>