- Nov 30, 2017
-
-
Oz Linden authored
-
- Nov 29, 2017
- Nov 28, 2017
-
-
Oz Linden authored
-
- Nov 16, 2017
-
-
andreykproductengine authored
-
- Nov 14, 2017
-
-
andreykproductengine authored
-
andreykproductengine authored
-
- Nov 07, 2017
-
-
andreykproductengine authored
-
Mnikolenko Productengine authored
-
- Nov 03, 2017
-
-
Oz Linden authored
The shared pointer is passed by reference to LLVivoxVoiceClient::deleteSession() where mSessionsByHandle.erase(iter) removes the last reference causing it to destruct while still being accessed later on in the function. (from Kitty Barnett)
-
andreykproductengine authored
-
- Nov 01, 2017
-
-
andreykproductengine authored
-
- Nov 03, 2017
-
-
andreykproductengine authored
-
- Nov 06, 2017
-
-
andreykproductengine authored
-
Mnikolenko Productengine authored
-
- Oct 31, 2017
-
-
andreykproductengine authored
-
- Oct 12, 2017
-
-
Kitty Barnett authored
The trouble lines are: U8 * buffer = (U8 *) ALLOCATE_MEM(LLImageBase::getPrivatePool(), total_size); if (cur_size > 0) { memcpy(buffer, mFormattedImage->getData(), cur_size); } If 'cur_size > mHttpReplyOffset + append_size' then 'total_size -= src_offset' will cause total_size to be smaller than cur_size causing a write access violation on the memcpy. Since the response is invalid it seemed best to make it follow the other failed partial condition. (transplanted from 737e28ec6b4d74f3ff915a4effc13d7b615a6a9b)
-
- Oct 27, 2017
-
-
andreykproductengine authored
-
andreykproductengine authored
-
- Oct 23, 2017
-
-
andreykproductengine authored
-
andreykproductengine authored
-
andreykproductengine authored
-
- Oct 20, 2017
-
-
Mnikolenko Productengine authored
-
- Oct 19, 2017
-
-
Mnikolenko Productengine authored
-
- Oct 18, 2017
-
-
andreykproductengine authored
-
Mnikolenko Productengine authored
-
- Oct 17, 2017
-
-
andreykproductengine authored
-
AndreyL ProductEngine authored
-
eli authored
-
AndreyL ProductEngine authored
-
- Oct 13, 2017
-
-
andreykproductengine authored
-
- Oct 16, 2017
-
-
AndreyL ProductEngine authored
-
andreykproductengine authored
-
- Oct 13, 2017
-
-
Mnikolenko Productengine authored
-
Mnikolenko Productengine authored
-
- Oct 11, 2017
-
-
Oz Linden authored
-
andreykproductengine authored
-
AndreyL ProductEngine authored
-
Oz Linden authored
-