﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
219	File download failure on SLES 11	rainer	rainer	"On SLES 11, file download fails if the server is compiled with `-fno-strict-aliasing` while the client isn't (mysql compile flag), and the encryption code is compiled in (default). This has been reported independently by Torsten A. and Mike.

The problem can be tracked to the `rijndaelKeySched()` function in `src/rijndael-alg-fst.c`. Rewriting this function in a more conservative way, using a temporary variable and `memmove()` instead of copying arrays casted to (word32*) appears to fix the problem.
"	defect	closed	major	2.8.0	main		fixed		
