John is investigating web-application firewall logs and observers that someone is attempting to inject the following:
char buff[10];
buff [10] = 'a';
What type of attack is this?
A. SQL injection
B. Buffer overflow
C. CSRF
D. XSS