[Issue 119008] Unititialized member bOneWay in typelib_typedescription_newEmpty

2018-11-11 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=119008

Peter  changed:

   What|Removed |Added

 CC||pe...@apache.org

--- Comment #5 from Peter  ---
I think we should fix the Issue, even if we are not able to test the abuse. It
would strengthen the code in general. We are fine if we check for regressions.

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

[Issue 119008] Unititialized member bOneWay in typelib_typedescription_newEmpty

2018-11-09 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=119008

--- Comment #4 from Keith N. McKenna  ---
Given the age and the difficulty of testing any fix should we consider setting
this as Son't Fix?

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

[Issue 119008] Unititialized member bOneWay in typelib_typedescription_newEmpty

2016-10-13 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=119008

Keith N. McKenna  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #3 from Keith N. McKenna  ---
Based on Patricia's analysis I am marking this confirmed.

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


[Issue 119008] Unititialized member bOneWay in typelib_typedescription_newEmpty

2016-10-13 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=119008

Patricia Shanahan  changed:

   What|Removed |Added

 CC||p...@acm.org

--- Comment #2 from Patricia Shanahan  ---
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.


[Issue 119008] Unititialized member bOneWay in typelib_typedescription_newEmpty

2016-10-13 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=119008

Keith N. McKenna  changed:

   What|Removed |Added

 CC||k...@apache.org
   Keywords||needhelp

--- Comment #1 from Keith N. McKenna  ---
This needs review by someone knowledgeable with the code to verify whether this
is a viable issue or can be closed.

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