]> git.sur5r.net Git - openldap/commit
Blind commit:
authorKurt Zeilenga <kurt@openldap.org>
Thu, 18 Apr 2002 19:28:26 +0000 (19:28 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 18 Apr 2002 19:28:26 +0000 (19:28 +0000)
commit96eda541e95247c48ca17b3f9e7b053feab3f80b
treee0d01c6d379cfdef65d9635056bb2666b4a32419
parent202aa8c793af13b2be2800b2152ca7681a5876d3
Blind commit:
Re: Untested patch: back-tcl used wrong types  (ITS#1719)

================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
================

> I turned it into an automatic variable.

...and used a variable-length array.  That's a gcc extension, it is not
in ANSI C89.  (It is in C99 though.)  You seem to be compiling without
-pedantic:-)  Anyway, here is a patch to turn it back into ch_malloc(),
plus some README fixes
servers/slapd/back-tcl/README.back-tcl
servers/slapd/back-tcl/tcl_search.c
servers/slapd/back-tcl/tcl_util.c