What big danger happens if a contract uses `delegatecall` to run code from a place a bad person can change?
When a contract uses `delegatecall`, it executes code from a different contract at a specified address. The unique and critical aspect of `delegatecall` is that the called code runs entirely with....