Merge 70867513a155e1d275f46a053f755dc80149dc82 into f2170d8576bca3d49e272aed947093201150c321

This commit is contained in:
jakubsuchy 2025-07-29 23:57:58 +00:00 committed by GitHub
commit 54a6dda5e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,7 +100,7 @@ bool VerifySSN::verify(const char *ssnumber, int len) {
goto invalid;
/* More tests */
if (area >= 740 || area == 666)
if (area == 666)
goto invalid;
return true;