Kevin Hurley (footballer)

Kevin Hurley (24 January 1914 – 30 August 1991) was an Australian rules footballer who played with North Melbourne in the Victorian Football League (VFL).[1]

Kevin Hurley
Personal information
Full name Kevin Hurley
Date of birth (1914-01-24)24 January 1914
Date of death 30 August 1991(1991-08-30) (aged 77)
Height 178 cm (5 ft 10 in)
Weight 89 kg (196 lb)
Playing career1
Years Club Games (Goals)
1942 North Melbourne 2 (1)
1 Playing statistics correct to the end of 1942.
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. 421. ISBN 978-1-921496-32-5.
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;}```
gollark: I checked and I can, in fact, catch SIGSEGVs.
gollark: ... it *sometimes* says 0 and sometimes says a few other specific things?
gollark: `info->si_addr` isn't actually producing a consistent result of 0, which it should as I'm making my program derefereneajsbkjadbajsdakjsd `NULL`.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.