View Issue Details

IDProjectCategoryView StatusLast Update
0004035unrealircdpublic2011-12-25 13:20
Reporterargvx Assigned Tosyzop  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version3.2.10-rc1 
Summary0004035: s_conf.c failed checking for unknown set::ssl options
Descriptions_conf does not check for unknown options in set::ssl
ex:
set {
      ssl {
           unknown-option-1;
           unknown-option-2;
      };
};

that passed without any error, patch for last rc-2 from hg attached
TagsNo tags attached.
Attached Files
s_conf.diff (705 bytes)
3rd party modules

Activities

syzop

2011-12-25 13:20

administrator   ~0016827

- Config parser failed to check for invalid set::ssl options, reported
  and patch by fbi (0004035).

http://hg.unrealircd.com/hg/unreal/rev/2ac124b6017f

Thanks.

Issue History

Date Modified Username Field Change
2011-07-26 08:44 argvx New Issue
2011-07-26 08:44 argvx File Added: s_conf.diff
2011-07-26 08:44 argvx Status new => has patch
2011-12-25 13:20 syzop Note Added: 0016827
2011-12-25 13:20 syzop Status has patch => resolved
2011-12-25 13:20 syzop Fixed in Version => 3.2.10-rc1
2011-12-25 13:20 syzop Resolution open => fixed
2011-12-25 13:20 syzop Assigned To => syzop