BIND 10 trac931_2, created. 37ded0b31a0a0dcadb93da7bd85248b90d9af57f [trac931] Test reproducing the double read bug
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri May 20 10:24:22 UTC 2011
The branch, trac931_2 has been created
at 37ded0b31a0a0dcadb93da7bd85248b90d9af57f (commit)
- Log -----------------------------------------------------------------
commit 37ded0b31a0a0dcadb93da7bd85248b90d9af57f
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Fri May 20 12:22:39 2011 +0200
[trac931] Test reproducing the double read bug
commit 67d9442a23eb4fab4dff3f4d1ab142948e21e880
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 19 18:15:41 2011 +0200
[trac931] Fix double reads
It was possible to schedule two reads of message length at once. That
actually read two 4-bytes chunks, one from the beginning of the real
message.
commit 5f74b5f0820d7bf4aa50d0341c9316e6a915738e
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 19 17:55:07 2011 +0200
[trac931] Fix sending spec from cfgmgr
commit 030c77386b5018d30282cda2fb6aabe620a0f15b
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Thu May 19 09:11:36 2011 +0200
[trac931] Address some review comments
commit a206dbd5432240440b6bbc63ff3165ad579d5efb
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 18 14:51:47 2011 -0700
[trac931] trivial suggested changes:
- typo in comment
- test NULL explicitly
- constify
commit 6342eda010ae512cb972e70f3824ca0de638c293
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Wed May 18 23:05:44 2011 +0200
[trac931] Use uint32_t for fixed-sized lengths
The length sent over wire are 32bit unsigned integers, but it could read
it as size_t which might be 64bit. It's strange this didn't cause any
trouble, but this is cleaner anyway.
commit ff008c094a577e61f619cc39df2eab858dee0fe5
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Wed May 18 22:59:55 2011 +0200
[trac931] Send the correct name of module
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list