Merge lp:~aacid/unity8/fix_uninitialized_use into lp:unity8
| Status: | Merged |
|---|---|
| Approved by: | Lukáš Tinkl on 2016-05-26 |
| Approved revision: | 2410 |
| Merged at revision: | 2463 |
| Proposed branch: | lp:~aacid/unity8/fix_uninitialized_use |
| Merge into: | lp:unity8 |
| Diff against target: |
32 lines (+3/-5) 1 file modified
tools/unix-signal-handler.cpp (+3/-5) |
| To merge this branch: | bzr merge lp:~aacid/unity8/fix_uninitialized_use |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Unity8 CI Bot | continuous-integration | Approve on 2016-06-03 | |
| Lukáš Tinkl (community) | 2016-05-26 | Approve on 2016-05-26 | |
|
Review via email:
|
|||
Commit Message
Do not call |= on uninitialized sigterm.sa_flags
Also replace the other two constructs of = and then |= to just = with the second value
Description of the Change
* Are there any related MPs required for this MP to build/function as expected?
No
* Did you perform an exploratory manual test run of your code change and any related functionality?
Yes
* If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
N/A
* If you changed the UI, has there been a design review?
N/A
- 2410. By Albert Astals Cid on 2016-05-26
-
Do not call |= on uninitialized sigterm.sa_flags
Also replace the other two constructs of = and then |= to just = with the second value
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
PASSED: Continuous integration, rev:
https:/
Executed test runs:
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
Click here to trigger a rebuild:
https:/

LGTM, fixes the initialization