Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
ecd92c1d
Commit
ecd92c1d
authored
Mar 06, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: gnutls: missing limits.h
parent
a75552b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
contrib/src/gnutls/read-file-limits.h.patch
contrib/src/gnutls/read-file-limits.h.patch
+12
-0
contrib/src/gnutls/rules.mak
contrib/src/gnutls/rules.mak
+1
-0
No files found.
contrib/src/gnutls/read-file-limits.h.patch
0 → 100644
View file @
ecd92c1d
--- gnutls/lib/gl/read-file.c.orig 2012-03-06 20:59:29.600593329 -0500
+++ gnutls/lib/gl/read-file.c 2012-03-06 20:59:44.568593328 -0500
@@ -35,6 +35,9 @@
/* Get errno. */
#include <errno.h>
+/* Get SIZE_MAX */
+#include <limits.h>
+
/* Read a STREAM and return a newly allocated string with the content,
and set *LENGTH to the length of the string. The string is
zero-terminated, but the terminating zero byte is not counted in
contrib/src/gnutls/rules.mak
View file @
ecd92c1d
...
@@ -22,6 +22,7 @@ ifdef HAVE_ANDROID
...
@@ -22,6 +22,7 @@ ifdef HAVE_ANDROID
$(APPLY)
$(SRC)
/gnutls/no-gl.patch
$(APPLY)
$(SRC)
/gnutls/no-gl.patch
endif
endif
$(APPLY)
$(SRC)
/gnutls/gnutls-no-egd.patch
$(APPLY)
$(SRC)
/gnutls/gnutls-no-egd.patch
$(APPLY)
$(SRC)
/gnutls/read-file-limits.h.patch
$(UPDATE_AUTOCONFIG)
$(UPDATE_AUTOCONFIG)
$(MOVE)
$(MOVE)
...
...
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