Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
libdvdread
Commits
7247a199
Commit
7247a199
authored
Sep 01, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Next version will be 5.0.4 (+ NEWS)
parent
46ef9343
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
NEWS
NEWS
+4
-0
configure.ac
configure.ac
+1
-1
src/dvdread/dvd_reader.h
src/dvdread/dvd_reader.h
+1
-1
No files found.
NEWS
View file @
7247a199
libdvdread (5.0.4)
* fix write after free in ifoFree functions
* fix possible buffer overflow in open
libdvdread (5.0.3)
* Cache IFO and BUP files (only for ImageFiles) in order to reduce the number
of read/seek access
...
...
configure.ac
View file @
7247a199
AC_INIT(libdvdread, 5.0.
3
)
AC_INIT(libdvdread, 5.0.
4
)
AC_CONFIG_SRCDIR([src/dvd_reader.c])
AC_PREREQ(2.53)
...
...
src/dvdread/dvd_reader.h
View file @
7247a199
...
...
@@ -43,7 +43,7 @@
/**
* The current version.
*/
#define DVDREAD_VERSION 50
3
00
#define DVDREAD_VERSION 50
4
00
/**
* The length of one Logical Block of a DVD.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment