nerdexam
EC-Council

312-92 · Question #96

312-92 Question #96: Real Exam Question with Answer & Explanation

Sign in or unlock 312-92 to reveal the answer and full explanation for question #96. The question stem and answer options stay visible for context.

Question

What type of problem or error will result from the following statement? void f2b(void * arg, size_t len) { char buffer[100]; long val = ...; long *ptr = ...; extern void (*f)(); memcpy(buff, arg, len); *ptr = val; f(); return; }

Options

  • APointer subterfuge
  • BHeap smashing
  • CVirtual pointer smashing
  • DSign error

Unlock 312-92 to see the answer

You've previewed enough free 312-92 questions. Unlock 312-92 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full 312-92 Practice
What type of problem or error will result from the following... | 312-92 Q#96 Answer | NerdExam