aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/printf_hook.c
Commit message (Collapse)AuthorAgeFilesLines
* printf-hook: Avoid double-free when freeing Vstr configTobias Brunner2013-06-211-1/+0
| | | | | | | Thread-specific objects get freed when the thread value object is destroyed (wasn't the case earlier, i.e. before 2b19dd35), which may cause the second call to vstr_free_conf() to fail in an assert in Vstr (depending on how it was built).
* Moved printf hooks to utils folderTobias Brunner2012-10-241-0/+511