History log of /PHP-5.5/ext/mysqlnd/mysqlnd_wireprotocol.c (Results 76 – 100 of 181)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 34ffc8a6 14-May-2010 Andrey Hristov

Export MYSQLND_PROTOCOL methods


# faf46592 14-May-2010 Andrey Hristov

Export MYSQLND_PROTOCOL methods


# ce0ea978 14-May-2010 Andrey Hristov

OOM fixes


# dd85f9c2 14-May-2010 Andrey Hristov

OOM fixes


# ebae62d7 04-May-2010 Andrey Hristov

OOM stability fixes


# d53337bb 04-May-2010 Andrey Hristov

OOM stability fixes


# c32bae72 03-May-2010 Andrey Hristov

Handle OOM in block_alloc_get_chunk, and also in the caller
in mysqlnd_wireprotocol.c


# f9fe805a 03-May-2010 Andrey Hristov

Handle OOM in block_alloc_get_chunk, and also in the caller
in mysqlnd_wireprotocol.c


# ec0fe858 03-May-2010 Andrey Hristov

Remove unused parameter


# 864f2da7 03-May-2010 Andrey Hristov

Remove unused parameter


# 8e8348a4 03-May-2010 Andrey Hristov

Handle OOM when resizing blocks during data fetch


# de4a5156 03-May-2010 Andrey Hristov

Handle OOM when resizing blocks during data fetch


# 9b468d95 29-Apr-2010 Andrey Hristov

Fix crash if OOM and USE_ZEND_ALLOC=0


# 6c1a2831 29-Apr-2010 Andrey Hristov

Fix crash if OOM and USE_ZEND_ALLOC=0


# ad4b4296 28-Apr-2010 Andrey Hristov

Fixed few buffer overflows reported by Stefan Esser.


# 6d88d1a7 28-Apr-2010 Andrey Hristov

Fixed few buffer overflows reported by Stefan Esser.


# 1838fcc7 28-Apr-2010 Andrey Hristov

const-ify fields


# 16d5d596 28-Apr-2010 Andrey Hristov

const-ify fields


# 69152278 20-Apr-2010 Andrey Hristov

Hardening the reads of mysqlnd.
All packets but the row data packet are read into preallocated buffer,
either on the stack or on the heap (cmd_buffer). The size of the buffer
is always ch

Hardening the reads of mysqlnd.
All packets but the row data packet are read into preallocated buffer,
either on the stack or on the heap (cmd_buffer). The size of the buffer
is always checked to skip buffer overruns. Only up to the size of the
buffer is stored into the buffer but packet->header.size has the size of
all data sent. In this case network layer bails.

This patch hardenes the reads, so if packets are malformed and shorter
than they should be there will be no further reads in the buffer.
In short, detection of malformed packets.

show more ...


# 6dec27d5 20-Apr-2010 Andrey Hristov

Hardening the reads of mysqlnd.
All packets but the row data packet are read into preallocated buffer,
either on the stack or on the heap (cmd_buffer). The size of the buffer
is always ch

Hardening the reads of mysqlnd.
All packets but the row data packet are read into preallocated buffer,
either on the stack or on the heap (cmd_buffer). The size of the buffer
is always checked to skip buffer overruns. Only up to the size of the
buffer is stored into the buffer but packet->header.size has the size of
all data sent. In this case network layer bails.

This patch hardenes the reads, so if packets are malformed and shorter
than they should be there will be no further reads in the buffer.
In short, detection of malformed packets.

show more ...


# efa0077e 20-Apr-2010 Andrey Hristov

put the trigger in the right place


# f2d23c7f 20-Apr-2010 Andrey Hristov

put the trigger in the right place


# 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


12345678