https://bz.apache.org/ooo/show_bug.cgi?id=119008

Patricia Shanahan <p...@acm.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p...@acm.org

--- Comment #2 from Patricia Shanahan <p...@acm.org> ---
The basic coding error, use of the uninitialized local variable, bOneWay, is
present in both the trunk and 4.1.3. Assuming its value matters, the code is
very fragile. A change in stack layout could make the difference between
working and  not working.

Fixing it is probably relatively simple. We just need to find out the correct
setting, and initialize bOneWay accordingly. It may be harder to test a fix -
we need a test case that depends on the bad code.

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to