ramosian-glider / memory-sanitizer

Automatically exported from code.google.com/p/memory-sanitizer
0 stars 0 forks source link

Intercept fopencookie #86

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
FILE *fopencookie(void *cookie, const char *mode,
                         cookie_io_functions_t io_funcs);

 cookie_seek_function_t *seek

This function implements seek operations on the stream.  When called, it 
receives three arguments:
                  int seek(void *cookie, off64_t *offset, int whence);

Need to ensure that *offset is unpoisoned.

Original issue reported on code.google.com by euge...@google.com on 24 Feb 2015 at 2:13

GoogleCodeExporter commented 8 years ago
http://llvm.org/viewvc/llvm-project?view=revision&revision=240107

Original comment by euge...@google.com on 19 Jun 2015 at 1:33

GoogleCodeExporter commented 8 years ago
Adding Project:MemorySanitizer as part of GitHub migration.

Original comment by gli...@google.com on 30 Jul 2015 at 9:22