Her Hour

Her Hour is a lost[1] 1917 silent film drama directed by George Cowl and starring Kitty Gordon. It was produced and released by the World Film Company.[2]

Her Hour
Directed byGeorge Cowl
Produced byWorld Film Company
William A. Brady
Written byRaymond Schrock(story)
StarringKitty Gordon
CinematographyLouis Ostland
Distributed byWorld Film Company
Release date
November 19, 1917
Running time
6 reels
CountryUSA
LanguageSilent..English titles

Cast

gollark: <@!309787486278909952> <@!309787486278909952> <@!309787486278909952> <@!309787486278909952> <@!309787486278909952>
gollark: Although the `mmap` call doesn't appear to magically fix everything.
gollark: See, it catches it, the handler handles it handlefully.
gollark: See?
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); mmap(info->si_addr, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0); exit(1);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.