diff options
author | Sumit Bose <sbose@redhat.com> | 2009-10-12 12:13:36 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-12 14:18:14 -0400 |
commit | 31c1f34db60e47b5501297dfc42f94eb389eedfe (patch) | |
tree | 217b13716e3dc9ee618f02f17ee62e5631cd4055 /server/config | |
parent | 0e303315978600c21ad7f9d141d7f4314d5bb035 (diff) | |
download | sssd-31c1f34db60e47b5501297dfc42f94eb389eedfe.tar.gz sssd-31c1f34db60e47b5501297dfc42f94eb389eedfe.tar.bz2 sssd-31c1f34db60e47b5501297dfc42f94eb389eedfe.zip |
fix a wrong argument to unpack_buffer
- the patch to handle short read introduced a new variable len to
store the amount of data read. Instead of using this variable
unpack_buffer was called with the old variable ret. Thanks to
mnagy@redhat.com for finding this.
- this patch also fixes a potential error when the message size is
equal to the buffer size.
Diffstat (limited to 'server/config')
0 files changed, 0 insertions, 0 deletions