Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/crypto/external/bsd/openpgpsdk/dist/src/lib



Module Name:    src
Committed By:   agc
Date:           Sat Feb  7 05:31:28 UTC 2009

Modified Files:
        src/crypto/external/bsd/openpgpsdk/dist/src/lib: packet-parse.c

Log Message:
Be a bit less rigid when re-allocating memory - don't just keep doubling
the size we've allocated; instead, if the current size is more than 8 MiB,
then add 1 MiB on; current behaviour remains unchanged for re-allocations
less than 8 MiB.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 \
    src/crypto/external/bsd/openpgpsdk/dist/src/lib/packet-parse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index