mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
Running "make randomtest" should demonstrates the segfault described in https://github.com/wolfcw/libfaketime/issues/295
7 lines
61 B
C
7 lines
61 B
C
#include "librandom.h"
|
|
|
|
int main() {
|
|
func();
|
|
return 0;
|
|
}
|