diff options
author | grant <grant@pkgsrc.org> | 2004-04-14 17:20:09 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-04-14 17:20:09 +0000 |
commit | 10ba12562ee687cb2f035171460e3451744670c7 (patch) | |
tree | 220a24050526a165aba3009a567b29fc02f319da /mail | |
parent | 9ba7f2325dc9c4b75a11e255c5dc9fef53e74cdc (diff) | |
download | pkgsrc-10ba12562ee687cb2f035171460e3451744670c7.tar.gz |
s/as gracefully as I can/as gracefully as possible/
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libspf-alt/DESCR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/libspf-alt/DESCR b/mail/libspf-alt/DESCR index 0744ffd3881..41dbec1efed 100644 --- a/mail/libspf-alt/DESCR +++ b/mail/libspf-alt/DESCR @@ -15,6 +15,6 @@ used, things like snprintf() are used instead. There are few fixed sized buffers/arrays, instead, most data structures are dynamically allocated with the allocation sized recorded so I can check to make sure the buffer isn't overflowed. The return values from malloc() and -other system calls are checked and handled as gracefully as I can. +other system calls are checked and handled as gracefully as possible. The valgrind program is regularly run to make sure that there are no memory leaks and reads/writes to invalid memory. |