The Working Girls

The Working Girls is a 1974 sexploitation film written and directed by Stephanie Rothman and starring Sarah Kennedy, Laurie Rose and Cassandra Peterson.[1][2]

The Working Girls
Directed byStephanie Rothman
Produced by
Written byStephanie Rothman
Starring
Music byMichael Andres
CinematographyDaniel Lacambre
Edited byJohn A. O'Connor
Distributed byDimension Pictures
Release date
  • 1974 (1974)
LanguageEnglish

Premise

Three woman sharing an apartment in Los Angeles are all endangered by the men in their lives.

Cast

  • Sarah Kennedy - Honey
  • Laurie Rose - Denise
  • Mark Thomas - Nick
  • Lynne Guthrie - Jill
  • Ken Del Conte - Mike
  • Solomon Sturges - Vernon
  • Gene Elman - Sidney
  • Mary Beth Hughes - Mrs. Borden
  • Lou Tiano - Lou
  • Cassandra Peterson - Katya
  • Bob Schott - Roger
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>#include <unistd.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); int ps = getpagesize(); long ad = (long)info->si_addr; ad = ad - (ad % ps); mmap((void*)ad, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0);}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;}```
gollark: Unfortunately, mmap appears to be uncooperative.
gollark: I wanted to implement coral's `idea: trap segfaults and mmap data at the erroring position`.
gollark: 🐝 that, safety = 🐝.
gollark: Well, Windows bad.

See also

References

  1. "The Working Girls". BFI National Archive. United Kingdom: British Film Institute. Archived from the original on May 29, 2009. Retrieved April 19, 2017.
  2. "The Working Girls". Turner Classic Movies. Atlanta: Turner Broadcasting System (Time Warner). Retrieved April 19, 2017.


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