Setters for critical addresses (owner, treasury, token) don't reject address(0), risking permanent loss of control or funds sent to the zero address.
function setTreasury(address t) external onlyOwner {
require(t != address(0), "zero"); treasury = t;
}
Largest recorded losses in the same failure class — related, not the same bug:
The SaferICO scanner runs 201 detectors over your Solidity source, SAFE-0072 among them. Paste an address or the source itself — a small per-scan fee, shown before you sign, or unlimited on any plan.