Ticket #232 (closed defect: fixed)
[PATCH] Unitialized variable is used
Reported by: | andrew_b | Owned by: | metux |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-core | Version: | 4.6.2 |
Keywords: | committed-mc-4.6 committed-master | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description (last modified by metux) (diff)
Fixed using of unitialized variable in init_chown_advanced() function.
branch:232_fix_init_chown_advanced
changeset:6f9ef0b7befb9b5943fcbc0a91a2e00fa0f57cb2
Attachments
Change History
comment:1 Changed 16 years ago by metux
- Status changed from new to accepted
- Keywords review vote-metux added
- Description modified (diff)
- Owner set to metux
comment:2 Changed 16 years ago by slyfox
(local) static storage class specifies explicit _initialization_(with zeroes if not specified other) at program startup (in C), no?
Which compiler/architecture pushes this data to uninitialized section?
comment:3 Changed 16 years ago by winnie
- Keywords vote-winnie approved added; review removed
- Milestone changed from 4.6.2 to 4.6.3
Okay.. this will go to 4.6.3
Note: See
TracTickets for help on using
tickets.