index
:
delta/libarchive.git
3.4
3.5
Issue1104
android_adb
master
no_chdir_writer
release
utf8
winsymlink
github.com: libarchive/libarchive.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libarchive
/
archive_read_support_format_iso9660.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid memcpy of zero length, the source can be NULL.
Joerg Sonnenberger
2017-04-29
1
-2
/
+3
*
ISO9960 reader: free leaked archive_string in parse_file_info()
Martin Matuska
2017-01-31
1
-0
/
+1
*
Always free `file` on failure in `parse_file_info`
Ngie Cooper
2017-01-16
1
-12
/
+13
*
Spelling fixes
Graham Percival
2016-12-30
1
-1
/
+1
*
Spelling fixes
Graham Percival
2016-12-27
1
-6
/
+6
*
Issue 717: Fix integer overflow when computing location of volume descriptor
Tim Kientzle
2016-06-19
1
-2
/
+2
*
Github Issue #522: Detect cycles in the ISO directory tree
Tim Kientzle
2015-04-11
1
-3
/
+13
*
Issue #522: Dir loop in malformed ISO causes segfault
Tim Kientzle
2015-04-11
1
-6
/
+21
*
Reformat long calculation, make consistent across copies
Tim Kientzle
2014-06-22
1
-13
/
+16
*
Detect encrypted archive entries (ZIP, RAR, 7Zip)
Konrad Kleine
2013-09-17
1
-1
/
+3
*
Fix build failure with zlib on Win64.
Michihiro NAKAJIMA
2012-11-07
1
-5
/
+6
*
Use memcmp to check null bytes for iso9660 bidder to improve
Michihiro NAKAJIMA
2012-11-07
1
-37
/
+41
*
Fix build failure on Mac OS X Mountain Lion.
Michihiro NAKAJIMA
2012-10-31
1
-1
/
+1
*
Make sure that we consume remaining data bytes before reading
Michihiro NAKAJIMA
2012-10-16
1
-0
/
+6
*
Remove redundant initialization.
Michihiro NAKAJIMA
2012-10-16
1
-5
/
+1
*
Enable the iso9660 reader to seek a file pointer for reading
Michihiro NAKAJIMA
2012-10-09
1
-26
/
+26
*
- Clean up style.
Michihiro NAKAJIMA
2012-10-09
1
-78
/
+94
*
Implement function used to seek within data blocks.
Andres Mejia
2012-09-27
1
-0
/
+1
*
Remove fallthough-based logic from iso9660 reader
Dan McGee
2012-03-27
1
-50
/
+25
*
Fix segfault in iso9660 reader
Dan McGee
2012-03-27
1
-0
/
+1
*
Use memcmp to find SP extension bytes
Dan McGee
2012-03-27
1
-3
/
+1
*
Fix the error which Clang Static Analyzer says "Assigned value is garbage or ...
Michihiro NAKAJIMA
2012-02-27
1
-1
/
+1
*
Remove dead code in parsing Rockridge extension SL.
Michihiro NAKAJIMA
2012-02-26
1
-3
/
+0
*
On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'
Michihiro NAKAJIMA
2012-02-19
1
-6
/
+6
*
Fix build failure with -Wextra -Wunused GCC options since it happend on FreeB...
Michihiro NAKAJIMA
2012-02-09
1
-2
/
+3
*
Issue 224:Mishandling CD9660 images with RockRidge extensions from FreeBSD ma...
Michihiro NAKAJIMA
2012-01-19
1
-0
/
+13
*
If the format of times in ISO images is invalid, reset the time to 0.
Michihiro NAKAJIMA
2012-01-19
1
-3
/
+14
*
Replace integer constant LL suffix with cast to int64_t
Brad King
2012-01-11
1
-1
/
+1
*
Issue 204: Fix shadowed local in archive_read_support_format_iso9660.c
Michihiro NAKAJIMA
2011-12-26
1
-3
/
+3
*
archive_string_sprintf (used by archive_set_error) doesn't support
Tim Kientzle
2011-11-27
1
-1
/
+1
*
Fail if CE size/offset doesn't lie within the current block.
Tim Kientzle
2011-11-26
1
-0
/
+6
*
Further the robustness of the ISO reader against corrupted ISO images.
Michihiro NAKAJIMA
2011-11-24
1
-0
/
+7
*
Issue 199: Improve robustness against corrupted ISO images.
Michihiro NAKAJIMA
2011-11-23
1
-17
/
+75
*
Fix issue 199; improve robustness to corrupted ISO images.
Michihiro NAKAJIMA
2011-11-20
1
-1
/
+9
*
Try to decrease the performance hit of seeking during the bid phase.
Tim Kientzle
2011-11-20
1
-2
/
+7
*
Issue 195: Remove a redundant variable.
Tim Kientzle
2011-11-20
1
-4
/
+2
*
Make sure a local variable 'parent' is not NULL when access to its member.
Michihiro NAKAJIMA
2011-09-14
1
-1
/
+1
*
Additional fix to issue 168 because the change of r3642 was not sufficient.
Michihiro NAKAJIMA
2011-08-27
1
-8
/
+14
*
Fix issue 168.
Michihiro NAKAJIMA
2011-08-19
1
-189
/
+258
*
Relax the bidder to accept images created by buggy FreeBSD/NetBSD
Tim Kientzle
2011-08-16
1
-1
/
+3
*
Typos in comments: "a archive" -> "an archive", "formts" -> "formats",
Colin Percival
2011-08-16
1
-2
/
+2
*
Fix comment and style. no functional change.
Michihiro NAKAJIMA
2011-06-21
1
-11
/
+20
*
Return a correct status when a entry has an incorrect linkname.
Michihiro NAKAJIMA
2011-05-24
1
-1
/
+1
*
Fix a silly bug made by previous change.
Michihiro NAKAJIMA
2011-05-19
1
-2
/
+2
*
Increase a buffer size for Joliet extension names up to 1024 bytes.
Michihiro NAKAJIMA
2011-05-19
1
-8
/
+29
*
Fix build failure in a strict check.
Michihiro NAKAJIMA
2011-05-18
1
-2
/
+3
*
Set UTF-16BE filenames in Joliet extension to archvie_enty directly in a stri...
Michihiro NAKAJIMA
2011-05-18
1
-22
/
+118
*
Rework a handling of memory allocation failure in string conversion;
Michihiro NAKAJIMA
2011-05-16
1
-2
/
+7
*
archive_read_support_format_iso9660.c: plug looming buffer overflows
Roman Neuhauser
2011-04-04
1
-25
/
+31
*
Give the API caller a memory allocation failure of a string conversion object...
Michihiro NAKAJIMA
2011-04-04
1
-1
/
+4
[next]