Ticket #232 (closed defect: fixed)

Opened 15 years ago

Last modified 15 years ago

[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

achown-uninit_var.3.diff (464 bytes) - added by andrew_b 15 years ago.

Change History

Changed 15 years ago by andrew_b

comment:1 Changed 15 years ago by metux

  • Keywords review vote-metux added
  • Status changed from new to accepted
  • Description modified (diff)
  • Owner set to metux

comment:2 Changed 15 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 15 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

comment:4 Changed 15 years ago by metux

  • Keywords committed-mc-4.6 committed-master added; vote-metux vote-winnie approved removed
  • Status changed from accepted to testing
  • Resolution set to fixed

comment:5 Changed 15 years ago by winnie

  • Status changed from testing to closed

comment:6 Changed 15 years ago by anonymous

  • Milestone 4.6.2.1 deleted

Milestone 4.6.2.1 deleted

Note: See TracTickets for help on using tickets.