Files
OpenRA/OpenRA.Game
Paul Chote 7dcb896f3d Rewrite BlowfishKeyProvider.ProcessPredata using safe code.
Fixes #2441.  This error would occur when the memory
regions were allocated at particular addresses when
running a mono-compiled binary on a .net runtime.

The data would be copied to the pointer returned
from a fixed() statement, but the managed array
would *not* be updated with the new data.  This
caused DecryptKey to silently return a bogus key
full of zeros, and the mix file header decryption
would subsequently fail.
2015-09-25 22:13:55 +01:00
..
2015-01-09 21:18:05 +01:00
2015-07-03 20:54:34 +01:00
2015-01-09 21:18:05 +01:00
2015-01-09 21:18:05 +01:00
2015-09-02 15:22:14 +03:00
2015-09-20 22:46:07 +01:00
2015-04-01 12:33:17 -05:00
2015-01-09 21:18:05 +01:00
2015-05-02 10:07:26 +02:00
2015-07-27 19:34:49 +01:00
2015-08-23 07:58:07 +02:00
2015-08-04 17:24:59 +02:00
2015-09-19 09:49:23 -05:00
2015-01-09 21:18:05 +01:00
2015-09-08 23:25:48 -05:00
2015-09-20 14:11:06 +01:00
2015-01-09 21:18:05 +01:00