SA Bugzilla – Bug 7535
list-bad-rules uninitialized value
Last modified: 2018-03-15 07:30:32 UTC
Created attachment 5510 [details] Uninitialized value fix The rule-qa/list-bad-rules gives some warnings every now and then: ------------------------------------------------------------------- Use of uninitialized value $src in hash element at masses/rule-qa/list-bad-rules line 224. Use of uninitialized value $src in hash element at masses/rule-qa/list-bad-rules line 306. ------------------------------------------------------------------- Patch added to fix those warnings.
Created attachment 5558 [details] uninitialized value fix If there are rules present in score but not in .cf files a warning is printed, shut up the warning.
Committed in r1826770.