Ive been reading some safe programming techniques and theres a section on fromat strings.
basically is says that keep format strings like this out



printf(user);
//where user was supplied by the user from the command line

it says this can be expoitable or crashable with %n

Ive never really used the %n can someone tell me what that is and how that could make a program exploitable