hughperman / pure-lang

Automatically exported from code.google.com/p/pure-lang
0 stars 0 forks source link

fget does not check for null FILE* (r588) #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
> using system;
> fget $ fopen "nonexistant" "r";
Segmentation Fault

Original issue reported on code.google.com by sedill...@gmail.com on 7 Jan 2009 at 11:15

GoogleCodeExporter commented 8 years ago
Fixed in r594. fopen/popen now fail instead of returning a null pointer.

Original comment by aggraef@gmail.com on 11 Jan 2009 at 12:27