diff options
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/stack.c.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/stack.c.patch b/patches/stack.c.patch new file mode 100644 index 0000000..643ee07 --- /dev/null +++ b/patches/stack.c.patch | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | --- crypto/stack/stack.c.orig Fri Jan 9 03:12:10 2026 | ||
| 2 | +++ crypto/stack/stack.c Fri Jan 9 03:15:42 2026 | ||
| 3 | @@ -201,7 +201,7 @@ | ||
| 4 | obj_bsearch_ex(const void *key, const void *base_, int num, int size, | ||
| 5 | int (*cmp)(const void *, const void *)) | ||
| 6 | { | ||
| 7 | - const void *base = base_; | ||
| 8 | + const char *base = base_; /* XXX - error C2036: 'const void *': unknown size */ | ||
| 9 | int l, h, i, c; | ||
| 10 | |||
| 11 | l = 0; | ||
