BCWest Air
BCWest Air was a small airline based in Abbotsford, British Columbia, Canada. Its routes were from the mainland to Vancouver Island since September 2007, but ended in October 2008 due to unresolved shareholder dispute.
Founded | 2007 |
---|---|
Ceased operations | 2008 |
Hubs | Abbotsford International Airport |
Focus cities | Nanaimo |
Fleet size | 2 |
Destinations | 4 |
Headquarters | Abbotsford, British Columbia |
Routes
Routes flown were:
Fleet
Fleet consisted of a Piper PA-31 Navajo and a Cessna 402.
gollark: Okay.
gollark: ```c/* A C program vulnerable to buffer overflows. */#include <stdio.h>#include <stdlib.h>#include <string.h>void function(char *str){ char buf[16]; /* The following statement has a buffer overflow problem */ strcpy(buf, str); printf("Buffer size: %d\n", (int)strlen(buf)); printf("Buffer content: %s\n", buf);}int main(int argc, char *argv[]){ if (argc < 2) { printf("Usage: %s <string>\n", argv[0]); exit(EXIT_FAILURE); } function(argv[1]); exit(EXIT_SUCCESS);}```
gollark: Get a hypertoaster.
gollark: Nobody sends *me* emails with ideas.
gollark: It is known.
See also
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.