git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56df012
)
Staging: unisys: Fix multiple variable length array declarations
author
Ken Cox
<jkc@redhat.com>
Fri, 7 Mar 2014 19:44:47 +0000
(13:44 -0600)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 9 Mar 2014 06:42:15 +0000
(22:42 -0800)
There were multiple variable length arrays declared on the stack in proc
handlers:
char buf[count];
I changed these to be fixed length arrays.
Signed-off-by: Ken Cox <jkc@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found