Hide Forgot
This bug is created as a clone of upstream ticket: https://fedorahosted.org/389/ticket/280 The filter values are not being copied correctly - using strdup instead of memcpy
Please add steps to reproduce/verify this issue
filter startup 100% (1/1) filter run 100% (267/267) filter cleanup 100% (2/2) AND Indexes run 100% (45/45) Hence VERIFIED.
clearing needinfo
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause: Trying to use extensible search filters with binary data. Consequence: Incorrect data was being returned. Fix: Code was assuming values were NULL terminated C strings and attempting to use strcmp routines instead of memcmp and other binary aware routines. Code was fixed to use binary aware functions. Result: Extensible search filters work correctly with binary data.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2012-0813.html