Diego Aventín

Diego Aventín (born 21 September 1980 in Morón, Buenos Aires) is an Argentine racing driver. He has run in different series, with major success in Turismo Carretera, TC 2000 and TRV6. His is son of former driver Oscar Aventín.

Career

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.
gollark: Macron is just this plus macros.
Sporting positions
Preceded by
Guillermo Ortelli
Top Race V6 champion
2002
Succeeded by
Juan María Traverso
Preceded by
Gabriel Ponce de León
Patricio Di Palma
Winner of the 200 km de Buenos Aires
2005
(with Luciano Burti)
Succeeded by
Matías Rossi
Alain Menu


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