iabtcf-java icon indicating copy to clipboard operation
iabtcf-java copied to clipboard

ensureCapacity and large memory allocations

Open laktech opened this issue 4 years ago • 0 comments

ByteBitVector#ensureCapacity attempts to resize the byte buffer backing the vector as data is read from the input stream. A malformed request could trigger a large memory allocation. This should be avoided.

laktech avatar Mar 08 '20 01:03 laktech