python-amqp
No description set
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-amqp && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
amqp-2.6.1.tar.gz | 0000119956 117 KB | |
python-amqp.changes | 0000018978 18.5 KB | |
python-amqp.spec | 0000002002 1.96 KB |
Revision 33 (latest revision is 44)
Dominique Leuenberger (dimstar_suse)
accepted
request 824326
from
Dirk Mueller (dirkmueller)
(revision 33)
- update to 2.6.1: - Fix buffer overflow in frame_writer after frame_max is increased. `frame_writer` allocates a `bytearray` on intialization with a length based on the `connection.frame_max` value. If `connection.frame_max` is changed to a larger value, this causes an error like `pack_into requires a buffer of at least 408736 bytes`.
Comments 0