Moozonian
Web Images Developer News Books Maps Shopping Moo-AI
Showing results for leads Vector
GitHub Repo https://github.com/Bug-Hunter-X/C---Vector-Out-of-Bounds-Access-uysis

Bug-Hunter-X/C---Vector-Out-of-Bounds-Access-uysis

Accessing vector elements beyond its bounds. This leads to undefined behavior and potential crashes.
GitHub Repo https://github.com/indrefi/Insecure-Deserialization-.NET-RCE

indrefi/Insecure-Deserialization-.NET-RCE

Insecure deserialization POC on .NET Framework applications. Attack vectors leads to RCE (Remote Code Execution)
GitHub Repo https://github.com/Bug-Hunter-X/VectorIterationError-u7sti

Bug-Hunter-X/VectorIterationError-u7sti

This code exhibits an off-by-one error. Vectors are zero-indexed, so the last element is at index size()-1. Accessing myVector[size()] leads to undefined behavior.
GitHub Repo https://github.com/Bug-Hunter-X/VectorBoundsChecker-9o06n

Bug-Hunter-X/VectorBoundsChecker-9o06n

Off-by-one error in accessing std::vector elements in C++. This leads to accessing memory outside the allocated vector bounds, causing crashes.
GitHub Repo https://github.com/Bug-Hunter-X/VectorIterationOffByOneFix-etmib

Bug-Hunter-X/VectorIterationOffByOneFix-etmib

Off-by-one error in C++ vector iteration. Accessing vec.size() as a valid index leads to out-of-bounds access.
GitHub Repo https://github.com/Tiger4Hire2/sorted_vector

Tiger4Hire2/sorted_vector

Proof Big "O" notation leads to the wrong conclussions sometimes
GitHub Repo https://github.com/Bug-Hunter-X/VectorIterationOffByOneFix-fo5ve

Bug-Hunter-X/VectorIterationOffByOneFix-fo5ve

Off-by-one error in C++ vector iteration. Accessing vec.size() as a valid index leads to out-of-bounds access.
GitHub Repo https://github.com/jay17239/VectorLeads

jay17239/VectorLeads

No repository description available.
GitHub Repo https://github.com/Bug-Hunter-X/VectorIterationOffByOneFix-q4916

Bug-Hunter-X/VectorIterationOffByOneFix-q4916

Off-by-one error in a loop iterating over a vector. Accessing vec[vec.size()] leads to undefined behavior.
GitHub Repo https://github.com/Bug-Hunter-X/Modifying-vector-via-raw-pointer-leads-to-undefined-behavior-xivzu

Bug-Hunter-X/Modifying-vector-via-raw-pointer-leads-to-undefined-behavior-xivzu

This code demonstrates a common error in Rust where modifying a vector through a raw pointer leads to undefined behavior if the vector's capacity changes.