diff options
| author | Tobias Brunner <tobias@strongswan.org> | 2014-06-24 14:52:42 +0200 |
|---|---|---|
| committer | Tobias Brunner <tobias@strongswan.org> | 2014-06-24 15:11:27 +0200 |
| commit | 6d4654b9f91adf4effadebe0c7a4e5cfc91eb32b (patch) | |
| tree | f9eb253e0fcf0ca980a522b4ec9bbd11300d2471 /src/libcharon/plugins/sql/sql_plugin.h | |
| parent | bb91109af82531b45e421568b5aeb8f9e4b6731e (diff) | |
| download | strongswan-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/sql/sql_plugin.h')
0 files changed, 0 insertions, 0 deletions
