Ralf Habacker - 2025-05-18

src/lib/ktoblzcheck.cc:201: exit(1);
src/lib/ktoblzcheck.cc:206: exit(1);
src/lib/ktoblzcheck.cc:233: exit(1);

These references are in constructor of class AccountNumberCheck, where a different approach is required.

src/lib/ktoblzcheck.cc:250: exit(1);
src/lib/ktoblzcheck.cc:261: exit(1);
src/lib/ktoblzcheck.cc:267: exit(1);

These locations are in AccountNumberCheck::createChecker(), which should return a null pointer instead.