Bob Reid (Australian footballer)

Bob Reid (born 8 June 1924) is a former Australian rules footballer who played with Footscray in the Victorian Football League (VFL).[1]

Bob Reid
Personal information
Full name Bob Reid
Date of birth (1924-06-08)8 June 1924
Original team(s) Footscray District League
Height 188 cm (6 ft 2 in)
Weight 86 kg (190 lb)
Playing career1
Years Club Games (Goals)
1948–49 Footscray 19 (27)
1 Playing statistics correct to the end of 1949.
Sources: AFL Tables, AustralianFootball.com


Notes

  1. Holmesby, Russell; Main, Jim (2014). The Encyclopedia of AFL Footballers: every AFL/VFL player since 1897 (10th ed.). Seaford, Victoria: BAS Publishing. p. 737. ISBN 978-1-921496-32-5.
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.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.