DiamondNether90
- What even is a location. Are we even real.
-
Newton's Method:
x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)} \implies f(x_\infty)=0 - Joined on
2025-08-20
Block a user
Segfault when reading / modifying struct fields
The problem is in
int32_t getMethodIndex(CometStruct* structType, char* methodName) {
for (size_t i = 0; i < structType->numMethods; i++) {
if (strcmp(structType->vtable[i]->n…
Segfault when reading / modifying struct fields
Here is the valgrind stacktrace
Invalid read of size 1
==21670== at 0x4895284: strcmp (vg_replace_strmem.c:941)
==21670== by 0x4006B76: getMethodIndex (compiler.c:177)
==21670== …
Segfault when reading / modifying struct fields
Refactor SQL and admins logic
Fix range for 64-bit integer
DiamondNether90
pushed to diamondnether90-patch-1 at DiamondNether90/docs
2026-05-25 13:11:19 +10:00
DiamondNether90
pushed to diamondnether90-patch-1 at DiamondNether90/docs
2026-05-25 13:11:19 +10:00
DiamondNether90
created branch diamondnether90-patch-1 in DiamondNether90/docs
2026-05-25 13:11:19 +10:00
Struct field not existing