patch-src_extern_h 477 B

123456789101112131415
  1. $OpenBSD: patch-src_extern_h,v 1.2 2015/09/17 20:16:49 naddy Exp $
  2. CVE-2015-1197: cpio directory traversal
  3. --- src/extern.h.orig Sat Sep 12 12:57:30 2015
  4. +++ src/extern.h Wed Sep 16 23:21:15 2015
  5. @@ -96,6 +96,7 @@ extern char input_is_special;
  6. extern char output_is_special;
  7. extern char input_is_seekable;
  8. extern char output_is_seekable;
  9. +extern bool extract_over_symlinks;
  10. extern int (*xstat) ();
  11. extern void (*copy_function) ();
  12. extern char *change_directory_option;