View Issue Details

IDProjectCategoryView StatusLast Update
0000539LDMud 3.2LPC Compiler/Preprocessorpublic2008-09-22 02:45
ReporterCoogan Assigned ToGnomi  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.2.13 
Fixed in Version3.2.16 
Summary0000539: Missing initialization of local variables in some cases
DescriptionThis is a copy of bug 0000537, as it also applies to the current 3.2 series of the driver.
The test fragment

  int a;
  { int b = 42; }
  int c;
  printf("%d\n", c);

returns 42, not 0.
TagsNo tags attached.

Relationships

child of 0000553 resolvedGnomi Backports of 3.3 fixes for 3.2.16 

Activities

Gnomi

2008-09-22 02:45

manager   ~0000789

Fixed in r2428.

Issue History

Date Modified Username Field Change
2008-05-08 10:22 Coogan New Issue
2008-07-16 18:20 zesstra Relationship added child of 0000553
2008-09-22 02:44 Gnomi Project LDMud => LDMud 3.2
2008-09-22 02:45 Gnomi Status new => resolved
2008-09-22 02:45 Gnomi Fixed in Version => 3.2.16
2008-09-22 02:45 Gnomi Resolution open => fixed
2008-09-22 02:45 Gnomi Assigned To => Gnomi
2008-09-22 02:45 Gnomi Note Added: 0000789