RE: [Challenge] Get Shell via BOF 01-30-2015, 12:31 AM
#20
The original code won't work/compile correctly. buffer cannot simply be
you must use a size there. (or pass in &buffer for the scanf)
Code:
char buffer;
you must use a size there. (or pass in &buffer for the scanf)