severity 397288 grave
severity 397288 tag + patch
thanks

Raising severity as suggested by Andreas Barth.

The fix is straightforward:

    dbc_dbpass=`env LANG=C sed -n -e 's/[^[:alnum:]]//g;p;q' <
      < /dev/urandom | cut -b1-12`

It should export LC_ALL=C as well:

    dbc_dbpass=`env LANG=C LC_ALL=C sed -n -e 's/[^[:alnum:]]//g;p;q' <
      < /dev/urandom | cut -b1-12`

Thanks,

-- 
Fabio Tranchitella <[EMAIL PROTECTED]>                        .''`.
Proud Debian GNU/Linux developer, admin and user.            : :'  :
                                                             `. `'`
   http://people.debian.org/~kobold/                           `-
_____________________________________________________________________
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564

Attachment: signature.asc
Description: Digital signature

Reply via email to