pcsx2/common
Jonathan Li 67dc65ea91 linux: Fix _aligned_realloc implementation
Out-of-bounds memory is no longer accessed if the realloc size is larger.
If reallocation fails, the old memory will not be freed and a memcpy
will not take place.

This should match the Windows _aligned_realloc behaviour, except that an
extra parameter is used.
2015-09-13 21:05:33 +01:00
..
build utilities: Simplify _aligned_malloc wrapper 2015-09-12 10:01:04 +01:00
include linux: Fix _aligned_realloc implementation 2015-09-13 21:05:33 +01:00
src linux: Fix _aligned_realloc implementation 2015-09-13 21:05:33 +01:00
vsprops Remove useless postBuild stuff 2015-09-13 04:31:41 -04:00
svn_readme.txt Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00