mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-08 22:34:04 +01:00
b69db59ad4
TypedArray.prototype.set doesn't handle ArrayBuffers correctly (it writes all zeros). Instead, wrap each ArrayBuffer in a typed array for concatenation.