Robert Moore e3b41901fe Fix possible buffer overflow during a field unit read operation.
Can only happen under these conditions:
1) The DSDT version is 1, meaning integers are 32-bits.
2) The field is between 33 and 64 bits long.

In this case, a buffer is created for the field, but it will
be written beyond the end because it is less than 64 bits long.
2013-04-12 12:33:34 -07:00
2013-03-27 11:56:51 -07:00
Description
No description provided
170 MiB
Languages
ASL 68.6%
C 29%
Yacc 0.8%
HTML 0.5%
Shell 0.5%
Other 0.6%