This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libtac: fix double free in tac_acct_read_timeout
Core dumped due: "free(): double free detected in tcache 2" re->msg should be freed by the caller as in comment 6380c5a, else it will create a dangling pointer. Fixes: 6380c5a ("Replace deprecated bcopy() by memcpy()") Signed-off-by: Loïc Sang <[email protected]>
- Loading branch information