Query
Tuesday 22 June 2021
2021-06-22 12:43:38 (11 months ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/pike_compiler.cmod (+11/-0)(11 lines)
branch: master
Compiler [RACE]: Fix NULL-deref.
The compiler could trigger NULL-derefs in gc_check_object() (and possibly
in other similar code) if the GC ran while the placeholder had a program
but not yet any storage.
Wednesday 08 August 2018
2018-08-08 16:43:01 (4 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/threads.c (+0/-0)(0 lines)
branch: 8.0
Merge branch 'patches/pike120' into 8.0
* patches/pike120:
Runtime [Threads] [RACE]: Fixed loss of Pike_interpreter_pointer.
- pike/src/threads.c (+0/-0)(0 lines)
branch: master
Merge branch 'patches/pike120' into 8.1
* patches/pike120:
Runtime [Threads] [RACE]: Fixed loss of Pike_interpreter_pointer.
2018-08-08 16:39:14 (4 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/threads.c (+2/-1)(3 lines)
branch: 8b91fcf9a4c46917a166f66cd2b7ac88f14b373a
Runtime [Threads] [RACE]: Fixed loss of Pike_interpreter_pointer.
The Pike_interpreter_pointer must not be altered by threads not
holding the interpreter lock...
Fixes [Pike-120].