This issue is being created on behalf of Varada.
AIX could read the value at the address even at 0. Whereas on other platforms they give a segmentation fault. The test_safefetch.cpp takes bad_addressN and bad_address32 as 5120 thus handling safefetch fails. This is solved by setting bad_addressN and bad_address32 to -1 for AIX
AIX could read the value at the address even at 0. Whereas on other platforms they give a segmentation fault. The test_safefetch.cpp takes bad_addressN and bad_address32 as 5120 thus handling safefetch fails. This is solved by setting bad_addressN and bad_address32 to -1 for AIX