Author: geissert
Date: 2012-07-02 22:32:53 +0000 (Mon, 02 Jul 2012)
New Revision: 19639
Modified:
bin/gen-DSA
Log:
The Bugnum field shouldn''t contain the hash character
Modified: bin/gen-DSA
==================================================================---
bin/gen-DSA 2012-07-02 22:07:47 UTC (rev 19638)
+++ bin/gen-DSA 2012-07-02 22:32:53 UTC (rev 19639)
@@ -66,7 +66,7 @@
PACKAGE="$(tolower "$1")"
VULNERABILITY="$2"
CVE="$(toupper "$3")"
-BUGNUM="$4"
+BUGNUM="${4#\#}"
CVE="$(split_n_sort "$CVE")"
cve_spacing=