Warning: Undefined variable $resultados in /home/enciclo/public_html/dictious.com/search.php on line 17
buffer_overflow - Dictious

10 Talált eredmények " buffer_overflow"

buffer overflow

<span class="searchmatch">buffer</span> <span class="searchmatch">overflow</span> (tsz. <span class="searchmatch">buffer</span> overflows) (informatika) puffertúlcsordulás <span class="searchmatch">Buffer</span> <span class="searchmatch">Overflow</span> (puffertúlcsordulás) egy olyan biztonsági hiba és programozási...


stack buffer overflow

stack <span class="searchmatch">buffer</span> <span class="searchmatch">overflow</span> (tsz. stack <span class="searchmatch">buffer</span> overflows) (informatika) ? stack <span class="searchmatch">buffer</span> <span class="searchmatch">overflow</span> - Szótár.net (en-hu) stack <span class="searchmatch">buffer</span> <span class="searchmatch">overflow</span> - Sztaki (en-hu) stack...


buffer overflow attack

<span class="searchmatch">buffer</span> <span class="searchmatch">overflow</span> attack (tsz. <span class="searchmatch">buffer</span> <span class="searchmatch">overflow</span> attacks) (informatika) A puffertúlcsordulási sérülékenység kihasználásának technikái architektúránként , operációs...


heap overflow

heap <span class="searchmatch">overflow</span>-t okoz, ilyen hibák jelentkezhetnek: *** <span class="searchmatch">buffer</span> <span class="searchmatch">overflow</span> detected ***: terminated Segmentation fault (core dumped) A heap <span class="searchmatch">overflow</span> akkor...


code sanitizer

memóriakezelési hibákat: heap <span class="searchmatch">buffer</span> <span class="searchmatch">overflow</span> stack <span class="searchmatch">buffer</span> <span class="searchmatch">overflow</span> use-after-free use-after-scope global <span class="searchmatch">buffer</span> <span class="searchmatch">overflow</span> g++ -fsanitize=address -g main...


circular buffer

<span class="searchmatch">overflow</span>_error(&quot;<span class="searchmatch">Buffer</span> full&quot;); <span class="searchmatch">buffer</span>[tail] = val; tail = (tail + 1) % capacity; ++size; } int pop() { if (isEmpty()) throw underflow_error(&quot;<span class="searchmatch">Buffer</span> empty&quot;);...


data buffer

memóriahasználatot, és rejtett hibákat takarhat el. A puffer túlcsordulása (<span class="searchmatch">buffer</span> <span class="searchmatch">overflow</span>) súlyos biztonsági kockázat, amely memóriakorrupcióhoz, rendszerműködési...


executable-space protection

legyenek kezelve. Ezáltal csökkenti a rosszindulatú támadások, például <span class="searchmatch">buffer</span> <span class="searchmatch">overflow</span>-k általi kódfuttatás esélyét. Ez a védelem a memória bizonyos régióinak...


arbitrary code execution

általában egy másik sérülékenység kihasználásával történik, például: <span class="searchmatch">Buffer</span> <span class="searchmatch">overflow</span>: a támadó túl sok adatot ír egy memóriaterületre, és ezzel felülírja...


type safety

és karbantarthatóság növelése Program biztonságának fokozása (pl. <span class="searchmatch">buffer</span> <span class="searchmatch">overflow</span> elkerülése) A típusokat fordítási időben ellenőrzi a fordító. Előnyei:...