- 28 2月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: Henrik Eriksson <henrik.eriksson@axis.com>
-
- 22 10月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 07 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
handle an externally provided "static" buffer as well a a dynamic buffer. The "static" buffer is filled first, but if overflowed, the dynamic buffer is used instead, being allocated somewhere i the heap. This combines the benefits of putting the output in a preallocated buffer (on the stack, for example) and in a buffer that grows somewhere in the heap.
-
- 05 9月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 04 9月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 18 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
found myself needing it a number of times, the latter for completeness.
-
- 02 6月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
-
- 15 4月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 05 3月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 04 3月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 02 3月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
default yet, I wanna play with it a bit more. For those who don't know: asprintf() is an allocating sprintf. The first argument to it is a double indirection to char instead of a single.
-
- 29 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
Pointed out by: Gisle Vanem <gvanem@eunet.no>
-
- 28 2月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
This is especially true when it's part of a '...'.
-
- 26 2月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
Actually, this should be resolved by using size_t a bit more, but that'll be for later.
-
- 25 2月, 2000 3 次提交
-
-
由 Geoff Thorpe 提交于
PR:
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
potential buffer overrun in BIO_printf(). ---------------------------------------------------------------------- crypto/bio/b_print.c CVS: ----------------------------------------------------------------------
-
- 05 5月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 24 4月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
- 21 12月, 1998 2 次提交
-
-
由 Ralf S. Engelschall 提交于
-
由 Ralf S. Engelschall 提交于
-