moz-1803109 - mullvad

  • 653a5499ad44e25067f3f7bb8e1292015280bf1b
  • Kash Shampur
  • 2023-01-27 17:25:37 +0000
  • Bug 1803109 - Discard blocks of data that are too big for two chunks. r=canaltinova
  • Currently, `ReserveAndPutRaw` allocates a second span even if the data would be too big for the chunk. Here a second conditional is added to check if the block of data is too big in this scenario and silently discard the data if so. Differential Revision: https://phabricator.services.mozilla.com/D167167