Answer:
The use of weak references in mitigating use-after-free vulnerabilities helps minimize the risk of dangling pointers by using references that do not extend the lifetime of the referenced object, reducing the potential for exploitation.
The use of weak references in mitigating use-after-free vulnerabilities helps minimize the risk of dangling pointers by using references that do not extend the lifetime of the referenced object, reducing the potential for exploitation.
You may be interested in:
Web Security MCQs