loader: gh1771-Fix realloc handling
authorMark Young <marky@lunarg.com>
Fri, 19 May 2017 18:29:43 +0000 (12:29 -0600)
committerMark Young <marky@lunarg.com>
Fri, 19 May 2017 19:50:17 +0000 (13:50 -0600)
commita7b230ac5941b4071ce3e6a6f30947dcc20fb94c
tree7cf09e37da9bf8816c3aa78547ccc05b67d0657a
parent9090258a7daf83e0c3af7554f8ef83663246b9d5
loader: gh1771-Fix realloc handling

Fix how the loader handles realloc calls.  Instead of always overriding
the pointer, check to see if the allocation succeeds.

Also, set the paths in our run_all_tests.ps1 to global paths.

Finally, fix a spelling error in the test names.

Change-Id: I7b2e0d246dbe6353d29fb56367397c5d8767aaa2
loader/loader.c