There was a segfault in the stubs library in posix_memalign because
of a bad parameter. The fix is to send address of the pointer as a
parameter. Also added check of result of posix_memalign.
Patch by Andrey Churbanov.
Differential D21529
Bugfix for segfault in stubs library tlwilmar on Jun 20 2016, 12:36 PM. Authored by
Details There was a segfault in the stubs library in posix_memalign because Patch by Andrey Churbanov.
Diff Detail
|