-
How to reproduce:
use `stack_memset()` with NULL pointer
Possible fix: make this function static, so user can't get access to it.
-
The current global `XML_GLOBAL_ERROR_STACK` is not thread safe.
If two different threads are each parsing XML and each encounter an error, this can encounter race conditions. They could be as benig…
-
import sys
from random import sample
class Minesweeper:
def __init__(self, rows, cols, mines):
self.size = rows * cols
self.rows = rows
self.cols = cols
self.mine…
-
### Current behavior
![Image](https://github.com/user-attachments/assets/cae77943-c0df-48a8-bfcd-33c050234496)
### Expected behavior
Normal screen without display red area like that
### Reproduct…
-
Many of the List operations still have naive, non-tail recursive implementations that could blow the stack. Should we fix them?
-
I saw this library https://github.com/isaacs/catcher and I decided to wrote a benchmark:
Doing some changes on [bench/error.js](https://github.com/RafaelGSS/nodejs-bench-operations/blob/main/bench/…
H4ad updated
8 months ago
-
I am using a custom Hook because I want to report the start and end time of updating our stacks. I also want to know the name of the Stack for which the Hook has been called. According to the document…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR26122](https://bugs.llvm.org/show_bug.cgi?id=26122) |
| Status | NEW |
| Importance | P normal |
|…
-
| | |
| --- | --- |
| Bugzilla Link | [26122](https://llvm.org/bz26122) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @eugenis,@AnnaZaks |
## Extended Descripti…
-
# Definitions
## Top-wise
Actions that are performed by on top elements as arguments, destroy their arguments and leave the result on top of the stack are denoted as top-wise, with the note `t`
…