1. 205c1e0 mksquashfs: fix "new" variable leak in dir_scan1() by Phillip Lougher · 12 years ago
  2. a105f9b mksquashfs: Wrap line longer than 80 chars by Phillip Lougher · 12 years ago
  3. 1153279 action: add quoted string and back slash handling to lexical analyser by Phillip Lougher · 12 years ago
  4. c8e7648 pseudo: Get rid of ERROR statements in child process in exec_file() by Phillip Lougher · 12 years ago
  5. 52ccd0c action: Get rid of ERROR statements in child process in file() test by Phillip Lougher · 12 years ago
  6. b87ea42 action: implement exec() test option by Phillip Lougher · 12 years ago
  7. 668d213 xz_wrapper: Add comments describing how compression option functions work by Phillip Lougher · 12 years ago
  8. 63589d2 pseudo: Improve parse error messages in read_pseudo_def() by Phillip Lougher · 12 years ago
  9. e1668fe mksquashfs: check for integer overflow in user input by Phillip Lougher · 12 years ago
  10. 70f4aa6 unsquashfs: check for integer overflow in user input by Phillip Lougher · 12 years ago
  11. ed19eb0 unsquashfs: Improve lsetxattr errror handling by Phillip Lougher · 12 years ago
  12. 9d25d6b unsquashfs: add code to only print "not superuser" error message once by Phillip Lougher · 12 years ago
  13. 498da46 unsquashfs: add -user-xattrs option to only extract user.xxx xattrs by Phillip Lougher · 12 years ago
  14. 1bfe707 Unsquashfs: don't treat unrecognised xattr prefixes as xattr read failure by Phillip Lougher · 12 years ago
  15. f43368c read_xattrs: fix xattr free in get_xattr() in error path by Phillip Lougher · 12 years ago
  16. ea0eb63 unsquashfs_xattr: fix memory leak in write_xattr() by Phillip Lougher · 12 years ago
  17. 8bbfb91 actions: fix lexeme to string mapping by Phillip Lougher · 12 years ago
  18. d2f045f mksquashfs: fix fragment struct leak in write_file_{process|blocks|frag} by Phillip Lougher · 12 years ago
  19. 2302f69 mksquashfs: fix fclose leak in reader_read_file() on I/O error by Phillip Lougher · 12 years ago
  20. 096135f read_fs: fix small memory leaks in read_filesystem() by Phillip Lougher · 12 years ago
  21. db9dd93 action: fix garbled SYNTAX_ERROR message by Phillip Lougher · 12 years ago
  22. 3edfc3a action: add tab whitespace to lexical analyser by Phillip Lougher · 12 years ago
  23. a1305ba read_file: fix parse_line() failure case by Phillip Lougher · 12 years ago
  24. 3ece60e pseudo: add missing filename free by Phillip Lougher · 12 years ago
  25. b73caba actions: add action file support by Phillip Lougher · 12 years ago
  26. c4b044f read_file: Make pseudo read file implementation into a generic routine by Phillip Lougher · 12 years ago
  27. 5ef2eba pseudo: Move pseudo variable from mksquashfs.c to pseudo.c by Phillip Lougher · 12 years ago
  28. 83847c1 mksquashfs/unsquashfs/pseudo/sort: Fix ERROR statement by Phillip Lougher · 12 years ago
  29. afbbfbf unsquashfs: Add MAX_LINE definition by Phillip Lougher · 12 years ago
  30. 6e77856 sort: Add MAX_LINE definition by Phillip Lougher · 12 years ago
  31. fe2c735 mksquashfs: Add MAX_LINE definition by Phillip Lougher · 12 years ago
  32. 03a26cc pseudo: Increase max line length to 16384 by Phillip Lougher · 12 years ago
  33. 59ff862 pseudo: handle filenames with spaces in pseudo file definitions by Phillip Lougher · 12 years ago
  34. f78a35c pseudo: Rewrite pseudo file processing by Phillip Lougher · 12 years ago
  35. 09b269a Fix some limits in the file parsing routines by Phillip Lougher · 12 years ago
  36. 9fed788 sort: Rewrite sort file processing by Phillip Lougher · 12 years ago
  37. e4d5a8e unquashfs: Rewrite extract file processing by Phillip Lougher · 12 years ago
  38. b22336d mksquashfs: Rewrite exclude file processing by Phillip Lougher · 12 years ago
  39. 386128f mksquasfs: move extract file processing into separate function by Phillip Lougher · 12 years ago
  40. afd5fec unsquashfs: avoid buffer overflow in print_filename() using sprintf() by Phillip Lougher · 12 years ago
  41. fe58b49 mksquashfs: Add missing carriage returns to some ERROR statements by Phillip Lougher · 12 years ago
  42. 1b81edc Tidy code, wrap line exceeding 80 characters. by Phillip Lougher · 12 years ago
  43. f825967 mksquashfs: mark temporary filename allocated on stack as overflow safe by Phillip Lougher · 12 years ago
  44. 1df6c11 mksquashfs: mark temporary symlink buffers on stack as overflow safe by Phillip Lougher · 12 years ago
  45. fbbbf02 unsquashfs: fix name under-allocation in process_extract_files() by Phillip Lougher · 12 years ago
  46. 8d78554 sort: tighten up sort file parsing by Phillip Lougher · 12 years ago
  47. 2c91e0e pseudo: avoid buffer overflow in read_sort_file() using fscanf() by Phillip Lougher · 12 years ago
  48. 2ac157e pseudo: dynamically allocate filename in exec_file() by Phillip Lougher · 12 years ago
  49. 7f802b9 pseudo: Mark fallthrough in case statement as intended by Phillip Lougher · 12 years ago
  50. bee3be5 pseudo: avoid buffer overflow in read_pseudo_def() using sscanf() by Phillip Lougher · 12 years ago
  51. 28a643d pseudo: fix potential stack overflow in get_component() by Phillip Lougher · 12 years ago
  52. 3f81a77 mksquashfs: dynamically allocate b_buffer in getbase() by Phillip Lougher · 12 years ago
  53. f968be8 mksquashfs: fix bug in check for trailing junk after k/K/m/M by Phillip Lougher · 12 years ago
  54. 62859d2 Mark temporary strings on stack used by regerror as overflow safe by Phillip Lougher · 12 years ago
  55. 91459c1 mksquashfs: dynamically allocate path in display_path2() by Phillip Lougher · 12 years ago
  56. 06cbcbb pseudo: dynamically allocate path in dump_pseudo() by Phillip Lougher · 12 years ago
  57. 0e22683 pseudo: fix memory leak in read_pseudo_def() if exec_file() fails by Phillip Lougher · 12 years ago
  58. 38a35ec mksquashfs: fix dir_scan() exit if lstat of source directory fails by Phillip Lougher · 12 years ago
  59. 01a3fdb sort: dynamically allocate filename in add_sort_list() by Phillip Lougher · 12 years ago
  60. 454c96f unsquashfs: dynamically allocate pathname in pre_scan() by Phillip Lougher · 12 years ago
  61. d27d51b unsquashfs: dynamically allocate pathname in dir_scan() by Phillip Lougher · 12 years ago
  62. dcb5af9 mksquashfs: dynamically allocate filename in old_add_exclude() by Phillip Lougher · 12 years ago
  63. db774e9 pseudo: Mark fallthrough in case statement as intended by Phillip Lougher · 12 years ago
  64. 66f7bfd mksquasfs: check return value of fstat() in reader_read_file() for error by Phillip Lougher · 12 years ago
  65. 08c91e3 actions: parse_number(), check for strtoll conversion error by Phillip Lougher · 12 years ago
  66. f4f4838 mksquashfs: parse_number(), add additional comment re strtol {under/over}flow by Phillip Lougher · 12 years ago
  67. 7f1f619 unsquashfs: parse_number(), add additional comment re strtol {under/over}flow by Phillip Lougher · 12 years ago
  68. f57353f actions: parse_number(), rename arg and b to be more self-documenting by Phillip Lougher · 12 years ago
  69. da96f5b mksquashfs: parse_number(), rename arg and b to be more self-documenting by Phillip Lougher · 12 years ago
  70. a9e6563 mksquashfs: check for trailing junk after k/K/m/M by Phillip Lougher · 12 years ago
  71. ed34569 mksquashfs: Check for number before k/K/m/M quantity by Phillip Lougher · 12 years ago
  72. 94c1fe0 mksquashfs: add parse_number() helper for numeric command line options by Phillip Lougher · 12 years ago
  73. 90197a0 actions: make a load of functions static by Phillip Lougher · 12 years ago
  74. 8e44e05 mksquashfs: fix potential stack overflow in get_component() by Phillip Lougher · 12 years ago
  75. b3751b5 Get rid of obsolete unused SQUASHFS_FILE_LOG definition by Phillip Lougher · 12 years ago
  76. 2c7ffbd unsquashfs: use new parse_number() function for -processors option by Phillip Lougher · 12 years ago
  77. 2b1aa06 unsquashfs: fix CVE-2012-4025 by Phillip Lougher · 12 years ago
  78. 04281b2 unsquashfs: fix CVE-2012-4024 by Phillip Lougher · 12 years ago
  79. f321b69 actions: fix "../" trying to move up in root directory (in eval_move) by Phillip Lougher · 12 years ago
  80. 5f97dd6 actions: add missing possibility in integer range comment by Phillip Lougher · 12 years ago
  81. 5ef5169 mksquashfs: dynamically allocate buffer in pathname() by Phillip Lougher · 12 years ago
  82. d457ed3 mksquashfs: dynamically allocate buffer in subpathname() by Phillip Lougher · 12 years ago
  83. e4ff36a mksquashfs: fix indenting in dir_scan1() by Phillip Lougher · 12 years ago
  84. e69b588 mksquashfs: fix dir_scan5() by Phillip Lougher · 12 years ago
  85. 15e8f04 mksquashfs: restructure and fix dir_scan4() routine by Phillip Lougher · 12 years ago
  86. af4c923 mksquashfs: dynamically allocate recovery_file by Phillip Lougher · 12 years ago
  87. eb69dad mksquashs: add comment for dir_scan5() by Phillip Lougher · 12 years ago
  88. 49948d8 actions: get rid of single spec_list by Phillip Lougher · 12 years ago
  89. 71ae14e mksquashfs: Skip dir_scan4() if there's no empty actions by Phillip Lougher · 12 years ago
  90. e92cb51 mksquashfs: Skip dir_scan3() if there's no move actions by Phillip Lougher · 12 years ago
  91. f3d0f9c mksquashfs: Skip dir_scan2() if there's no actions or pseudo files by Phillip Lougher · 12 years ago
  92. dc587a0 mksquashfs: make pseudo non global by Phillip Lougher · 12 years ago
  93. c9809c7 pseudo: move malloc out of if by Phillip Lougher · 12 years ago
  94. d1f6dc1 actions: add separate counts for the various action types by Phillip Lougher · 12 years ago
  95. 2abfcf7 mksquashfs: move empty action processing from dir_scan1() by Phillip Lougher · 12 years ago
  96. e8630be mksquashfs improve comment on dir_scan1 routines by Phillip Lougher · 12 years ago
  97. 2c5e138 unsquashfs: fix oversight in directory permission setting by Phillip Lougher · 12 years ago
  98. a81a831 Get rid of obsolete CVS tag in mksquashfs/unsquashfs version by Phillip Lougher · 12 years ago
  99. c130532 mksquashfs: fix "mksquashfs: move list allocation from off the stack" by Phillip Lougher · 12 years ago
  100. 42fe6a8 actions: get rid of parse_move_args function by Phillip Lougher · 12 years ago