History log of /PHP-7.0/ext/mysqlnd/mysqlnd.c (Results 226 – 250 of 340)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2c382665 29-Apr-2010 Andrey Hristov

Fix valgrind warning, usage of nirvana memory


# aec94a46 29-Apr-2010 Andrey Hristov

Fix valgrind warning, usage of nirvana memory


# fa408472 29-Apr-2010 Andrey Hristov

Fix possible crashes in case of OOM, as well as a leak.


# ac172db0 29-Apr-2010 Andrey Hristov

Fix possible crashes in case of OOM, as well as a leak.


# be5920b3 27-Apr-2010 Andrey Hristov

Move the macro to mysqlnd_enum_n_def.h, because it can be reused
in other places. Also, premultiply the values by 4 and add some
reserve for future releases of the server.


# 4b658e3d 27-Apr-2010 Andrey Hristov

Move the macro to mysqlnd_enum_n_def.h, because it can be reused
in other places. Also, premultiply the values by 4 and add some
reserve for future releases of the server.


# 5bb74e65 27-Apr-2010 Andrey Hristov

Fixed buffer overflow in mysqlnd_change_user


# 207a72ca 27-Apr-2010 Andrey Hristov

Fixed buffer overflow in mysqlnd_change_user


# c92c788c 27-Apr-2010 Andrey Hristov

Fixed possible buffer overflow in mysqlnd_conn__list_fields.


# 6f6909e5 27-Apr-2010 Andrey Hristov

Fixed possible buffer overflow in mysqlnd_conn__list_fields.


# 804b9505 20-Apr-2010 Andrey Hristov

It is possible that change user tries an user who has old password.
Instead of error message that doesn't say much there is more information now.


# eda9959e 20-Apr-2010 Andrey Hristov

It is possible that change user tries an user who has old password.
Instead of error message that doesn't say much there is more information now.


# a175419f 20-Apr-2010 Felipe Pena

- Fix copyrights


# 6d951e2d 20-Apr-2010 Felipe Pena

- Fix copyrights


# cdac2b4e 15-Apr-2010 Andrey Hristov

Fix some int/uint comparison warnings


# f4077909 15-Apr-2010 Andrey Hristov

Fix some int/uint comparison warnings


# 48e413eb 15-Apr-2010 Andrey Hristov

more WS


# 6f0adc06 15-Apr-2010 Andrey Hristov

more WS


# 6aa682f5 15-Apr-2010 Andrey Hristov

CS + WS changes


# a9880e78 15-Apr-2010 Andrey Hristov

CS + WS changes


# dd9fc198 15-Apr-2010 Andrey Hristov

Fix for bug#49234 method not found ssl_set
Patch was tested and compiles on Windows. (Thanks Kalle)


# c04f7526 15-Apr-2010 Andrey Hristov

Fix for bug#49234 method not found ssl_set
Patch was tested and compiles on Windows. (Thanks Kalle)


# aa8f43fa 06-Apr-2010 Andrey Hristov

Recommit with an Windows build fix:
Fix inconsistencies
- memory allocated with spprintf, or likes, outside of mysqlnd's
allocator functions should not be freed by the mysqlnd's allocator

Recommit with an Windows build fix:
Fix inconsistencies
- memory allocated with spprintf, or likes, outside of mysqlnd's
allocator functions should not be freed by the mysqlnd's allocator
(a wrapper around emalloc/malloc).
- memory allocated by the mysqlnd's allocator should only be freed
by it.
- add a mode to track memory usage (malloc/free)

show more ...


# 96e2651f 01-Apr-2010 Pierre Joye

- revert revision 297277, break the builds (declaration must go 1st, size of void * and other known situations). Also Johannes, can you check that commit pls? Thought we were in bugs fixing only for

- revert revision 297277, break the builds (declaration must go 1st, size of void * and other known situations). Also Johannes, can you check that commit pls? Thought we were in bugs fixing only for 5.3

show more ...


# d339672e 01-Apr-2010 Andrey Hristov

Fix inconsistencies
- memory allocated with spprintf, or likes, outside of mysqlnd's
allocator functions should not be freed by the mysqlnd's allocator
(a wrapper around emalloc/malloc).

Fix inconsistencies
- memory allocated with spprintf, or likes, outside of mysqlnd's
allocator functions should not be freed by the mysqlnd's allocator
(a wrapper around emalloc/malloc).
- memory allocated by the mysqlnd's allocator should only be freed
by it.
- add a mode to track memory usage (malloc/free)

show more ...


12345678910>>...14