Date: 08/31/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5906 Updated: PHP 4.0RC2 or higher with CLibPDF fails to compile on RedHat 5.2"
- Previous message: André Langhorst: "Re: [PHP-DEV] backtrace"
- In reply to: Stanislav Malyshev: "Re: [PHP-DEV] backtrace"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] backtrace"
- Reply: Zeev Suraski: "Re: [PHP-DEV] backtrace"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 31 Aug 2000, Stanislav Malyshev wrote:
> j>> called with a null list of var_args, which is causing it to barf.
> j>> Problem is, the variable orig_args is being cleared on line 369
> j>> (va_end()), and
> j>> then being reused on line 444.
>
> Sorry, don't see any va_end in current CVS.
The old_args stuff was removed some weeks ago (if we are
talking about main/main.c). The author of the original code
did not seem to be aware of the correct va_args use.
- Sascha
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5906 Updated: PHP 4.0RC2 or higher with CLibPDF fails to compile on RedHat 5.2"
- Previous message: André Langhorst: "Re: [PHP-DEV] backtrace"
- In reply to: Stanislav Malyshev: "Re: [PHP-DEV] backtrace"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] backtrace"
- Reply: Zeev Suraski: "Re: [PHP-DEV] backtrace"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

