]> xenbits.xensource.com Git - qemu-upstream-4.6-testing.git/commit
linux-user: Assert stack used for auxvec, envp, argv
authorJames Hogan <james.hogan@imgtec.com>
Tue, 25 Mar 2014 23:21:50 +0000 (23:21 +0000)
committerRiku Voipio <riku.voipio@linaro.org>
Fri, 2 May 2014 18:59:27 +0000 (21:59 +0300)
commit8c0f0a60d48a6f62c20f4ce77dceb82047d3d57f
tree0da1ea86abf4f4e068d15f286b4eb513247cd5a5
parentaa07f5ecf9828bb2ff8d796cb0b17ad8534201c7
linux-user: Assert stack used for auxvec, envp, argv

Assert that the amount of stack space used for auxvec, envp & argv
exactly matches the amount allocated. This catches if DLINFO_ITEMS isn't
updated when another NEW_AUX_ENT is added.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Riku Voipio <riku.voipio@iki.fi>
Cc: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/elfload.c