aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-06-24 14:52:42 +0200
committerTobias Brunner <tobias@strongswan.org>2014-06-24 15:11:27 +0200
commit6d4654b9f91adf4effadebe0c7a4e5cfc91eb32b (patch)
treef9eb253e0fcf0ca980a522b4ec9bbd11300d2471 /src/libcharon/plugins
parentbb91109af82531b45e421568b5aeb8f9e4b6731e (diff)
downloadstrongswan-6d4654b9f91adf4effadebe0c7a4e5cfc91eb32b.tar.bz2
strongswan-6d4654b9f91adf4effadebe0c7a4e5cfc91eb32b.tar.xz
utils: Add wrappers for memcpy(3), memmove(3) and memset(3)
These wrappers guarantee that calls to these functions are noops if the number of bytes is 0, as calling them with NULL pointers is undefined according to the C standard, even if the number of bytes is 0 (most implementations probably ignore the pointers anyway in this case, but lets make sure).
Diffstat (limited to 'src/libcharon/plugins')
0 files changed, 0 insertions, 0 deletions