Don't compute with octal numbers
The random number could have leading 0, which meant octal, but then there could be 8 or 9, which would confuse the follow-up arithmetics. Fixes #2769.
Please register or sign in to comment
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
The random number could have leading 0, which meant octal, but then there could be 8 or 9, which would confuse the follow-up arithmetics. Fixes #2769.