On Fri, Jan 27, 2012 at 10:11, Erich E. Hoover ehoover@mines.edu wrote:
Real Name: Erich Hoover
Description: This patch fixes an issue where the domain component in match_domain_component will not match when the allowed_component is NULL terminated. This currently affects the Battle.net System Checker (Bug #28162), which passes a server_component of "net" and an allowed_component of "net\000".
Changelog: crypt32: Fix domain component length check.
Forgot the patch.
On Fri, Jan 27, 2012 at 11:16 AM, Austin English austinenglish@gmail.com wrote:
... Forgot the patch.
Thanks! I don't know how I missed that, apparently I'm blind today.
Erich Hoover ehoover@mines.edu
Hi Erich,
On Fri, Jan 27, 2012 at 10:33 AM, Erich E. Hoover ehoover@mines.edu wrote:
On Fri, Jan 27, 2012 at 11:16 AM, Austin English austinenglish@gmail.com wrote:
... Forgot the patch.
Thanks! I don't know how I missed that, apparently I'm blind today.
surely this needs a test. Ping me if you need help creating one.
Thanks, --Juan