Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fd-trans: Fix race condition on reallocation of the translation table. | Owen Anderson | 2021-07-12 | 1 | -7/+48 |
| | | | | | | | | | | | The mapping from file-descriptors to translator functions is not guarded on realloc which may cause invalid function pointers to be read from a previously deallocated mapping. Signed-off-by: Owen Anderson <oanderso@google.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20210701221255.107976-1-oanderso@google.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu> | ||||
* | linux-user: move TargetFdTrans functions to their own file | Laurent Vivier | 2018-09-25 | 1 | -0/+97 |
This will ease to move out syscall functions from syscall.c Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20180823222215.13781-1-laurent@vivier.eu> |