|
From: Paul F. <pj...@wa...> - 2020-04-27 20:09:33
|
Hi I’ve just debugged a problem with the aux vector and the dynamic linker. Is there any clean way to copy or duplicate an aux vector entry that points to an array of 2 or 3 ints? [initimg / setup_client_stack] I’ve tried just copying the pointer and duplicating via VG_(malloc), but these result in ‘Invalid reads’. ATM that’s the lesser of the two evils, but I’d like to find something cleaner. A+ Paul |