Lines Matching refs:buffer
399 - ACPI table support: fix for a buffer read overrun in AcpiTbFindTable.
654 buffer/string/package was emitted.
697 binary file as input and emits a named ascii buffer object into the ASL
1285 Fixed a buffer allocation issue for the Generic Serial Bus support.
1286 Originally, a fixed buffer length was used. This change allows for
1763 an invalid end-of-buffer condition. The problem can be seen as an
1841 operand. The new behavior will actually write to the field object (buffer
2008 Debugger: Prevent possible command line buffer overflow. Increase the
2027 buffer.
2177 4) Clear debug buffer global on termination to prevent possible multiple
2186 1) Split buffer dump routines into utilities/utbuffer.c
2258 Fixed a possible buffer overrun during some rare but specific field unit
2261 between 33 and 55 bits long. During the read, an internal buffer object
2265 bits). However, in this case, the buffer will be incorrectly written
2266 beyond the end because the buffer length is less than the internal
2268 of 64 bits (8 bytes) long. The buffer will be either 5, 6, or 7 bytes
2446 string to a Unicode buffer.
2450 a null buffer was returned, or no object at all was returned (non-slack
2561 Generic Unix OSL: Use a buffer to eliminate multiple vfprintf()s and
2564 AcpiOsVprintf function. Use a local buffer to workaround this issue. This
2597 the resource manager by accepting as input a buffer containing the output
2599 input buffer is not deleted by this interface so that it can be used by
2799 Resource Manager: Small fix for buffer size calculation. Fixed a one byte
2800 error in the output buffer calculation. Feng Tang. ACPICA BZ 849.
2851 Fixed a potential filename buffer overflow in osunixdir.c. Increased the
2916 iASL: Added a feature to automatically increase internal line buffer
2918 Via realloc(), automatically increase the internal line buffer sizes as
2921 preprocessor requires a buffer long enough to contain full source code
2923 This change increases the line buffer(s) if the input lines go beyond the
2924 current buffer size. This eliminates errors that occurred when a source
2926 line was longer than the buffer.
2967 interface, AcpiDecodePldBuffer that parses the buffer into a more usable
3047 Disassembler: Add support to decode _PLD buffers. The decoded buffer
3089 AcpiLoadTable: Load an SSDT from a buffer into the namespace.
3295 1) Create* buffer field operators - fix type mismatch warning on
3840 AcpiBufferToResource: This interface converts a raw AML buffer containing
3846 to convert the Connection() buffer object into a ACPI_RESOURCE.
4177 Increased the default command line buffer size to accommodate these
4192 Debugger/AcpiExec: Add a maximum buffer length parameter to AcpiOsGetLine
4194 also return status in order to prevent buffer overruns. See the ACPICA
4668 AML Debugger: Increased the debugger buffer size for method return
4672 execution, including the buffer overflow case.
4954 buffer, package, and reference objects. Redhat bugzilla 608648.
5454 returned, or a buffer of BYTEs is returned. With assistance from Jung-uk
5703 buffer/string. Now, the operation is treated as a noop. Provides Windows
5920 buffer is automatically converted to an expected string object.
6483 buffer to string from within the ASL. Ensures that the host OS is
6622 Implemented support for zero-length buffer-to-string conversions. Allow
6624 length strings during interpreter buffer-to-string conversions. For
6888 corrupted after suspend. Now copy the table to a local buffer. For the
7179 a buffer overflow and/or confusing the caller who expected a fixed number
7271 Fixed a problem where buffer and package objects passed as arguments to a
7595 Fixed a problem with the Load operator when loading a table from a buffer
7596 object. The input buffer was prematurely zeroed and/or deleted. (BZ 577)
7604 the load is from a buffer. (BZ 578).
7894 region field. A buffer object is also allowed as the source operand. BZ
8014 a read from a buffer or region field. (BZ 458) Fiodor Suietov.
8121 each output line with the current buffer offset.
8126 The disassembler now emits a comment if a buffer appears to be a
8129 not appear at the very end of the buffer.
8660 operation region could overwrite an internal table buffer by up to 7
9059 internal descriptor buffer due to size miscalculation: VendorShort,
9065 the internal buffer, causing alignment faults on IA64 platforms.
9107 Fixed a problem where a DeRefOf operation on a buffer object incorrectly
9440 buffer overflow could occur for small resource templates.
9649 buffer.
9731 buffer is zero. Previously, this was a warning.
10320 Fixed a problem where string and buffer objects with "static" pointers
10324 to a newly allocated buffer, regardless of whether the source object is
10336 at name. Specifically, a buffer-to-buffer copy did not delete the
10338 buffer.
10520 The string-to-buffer implicit conversion code has been modified again
10524 other major ACPI implementation, the target buffer is no longer truncated
10526 the source string is smaller than an existing target buffer. This change
10732 operator. MatchObjects can now be of type integer, buffer, or string
10742 Fixed a problem with the internal implicit "to buffer" conversion.
10744 that are converted to buffers will cause buffer truncation if the string
10746 smaller than the target buffer. Integers that are converted to buffers
10748 not cause buffer truncation, only zero extension (both as per the ACPI
10750 buffer, but this should not be performed in all cases, only the string
10797 where incorrect code was generated if a constant was reduced to a buffer
10833 blanks/tabs, or a zero-length buffer. This affects both implicit
10878 Switch/Case support: Implemented support for buffer and string objects as
10906 null terminator was not included in the buffer after conversion, but
10912 set the converted buffer size as per the ACPI specification. The ACPI
10916 included in the converted buffer. This also affects the ToBuffer() ASL
10992 Fixed a problem in the internal string-to-buffer and buffer-to-buffer
10994 routine where the length of the resulting buffer was not truncated to the
10995 new size (if the target buffer already existed).
11032 incorrect AML code was generated if the offset within the resource buffer
11098 buffer
11257 within a buffer would prematurely terminate a compare between buffer
11394 Fixed a problem in AcpiUtInitializeBuffer where an existing buffer was
11396 initialized properly -- Now zero the entire buffer in this case where the
11397 buffer already exists.
11468 buffer.
11478 ToDecimalString - explicit byte-wise conversion of buffer to string of
11481 conversion of buffer to string of hex values (0-FF) separated by commas.
11482 ToString - explicit byte-wise conversion of buffer to string. Byte-by-
11484 copy with no transform except NULL terminated. Any other implicit buffer-
11486 string conversion - byte-wise conversion of buffer to string of hex
12193 Improved the output of the Debug object to display buffer, package, and
12555 attempt is made to actually allocate a memory buffer (of length
12556 zero) - instead, a simple buffer object with a NULL buffer pointer
12558 the AML attempts to create a zero-length buffer.
12918 of the buffer are "converted to a string of two-character
12923 buffer to the string until a null character is found or the end of
12924 the buffer is reached. The new String object is always null
13004 buffer (in an ACPI table) could inadvertently be deleted, causing
13007 Fixed a problem where a user buffer (passed in to the external
13008 ACPI CA interfaces) could be overwritten if the buffer was too
13045 buffers if the _BIF method modified the buffer on the fly.
13214 premature deletion of a buffer object if a buffer was used as an
13465 simply converting a raw buffer to a string data type.
13860 method.) The return buffer length was set to zero instead of the
13888 The method evaluation utility uses the new buffer allocation
13929 interpreter where a buffer result object was incorrectly marked as
13989 contained some garbage data caused by an internal buffer overrun.
14296 buffer - otherwise it was returned as an integer. In ACPI 2.0,
14297 the field is returned as a buffer only if the field is larger than
14569 the buffer length is set to ACPI_ALLOCATE_BUFFER, the buffer will
14571 buffer validation and allocation to a common procedure. Return
14575 still use the original mechanism and pre-allocate the buffer(s).
14802 Fixed a problem introduced in the previous label where the buffer
14859 the least-significant byte of the source to the Indexed buffer
15415 buffer to the call; A pointer to a const string is now returned
15418 buffer.
15501 buffers are now allocated from a large internal compiler buffer.
15804 incorrectly returned if the return resource buffer was larger than
16286 aligned within the user buffer, including package elements (sub-