Hi Pierre,
Pierre Joye wrote:
hi,

This change sounds wrong. The obj pointer is being used without being
initialized:

ext\mysqlnd\mysqlnd_wireprotocol.c(1632) : warning C4700:
uninitialized local variable 'obj' used

Cheers,

Check with your eyes, the compiler is wrong.
obj is touched only if allocated is FALSE but it is never FALSE if the zval cache has been switched off.


Andrey

On Mon, Jun 8, 2009 at 7:31 PM, Lukas Kahwe Smith<m...@pooteeweet.org> wrote:
On 08.06.2009, at 12:20, Andrey Hristov wrote:

andrey          Mon Jun  8 10:20:27 2009 UTC

 Modified files:              (Branch: PHP_5_3)
  /php-src/ext/mysqlnd mysqlnd_palloc.c mysqlnd_wireprotocol.c
 Log:
 Merge with HEAD. Someone committed changes to HEAD and did not merge back
to
 the branch.
 Also switch off the zval cache, for now.

puh .. you are aware that we want to do a commit freeze tonight? and release
RC3, which should hopefully become the stable release for 5.3?
since 2-3 weeks there is a constant stream of patches that seem to do pretty
fundamental changes and design choices.

regards,
Lukas Kahwe Smith
m...@pooteeweet.org




--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php







--
Andrey Hristov, Connectors Software Developer, Database Group
Sun Microsystems GmbH, Sonnenallee 1, 85551 Kirchheim-Heimstetten
Amtsgericht Muenchen: HRB161028
Geschaeftsfuehrer: Thomas Schroeder, Wolfgang Engels, Wolf Frenkel
Vorsitzender des Aufsichtsrates: Martin Haering

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to