repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid potential negative array index access to cached text.
[LibreOffice.git]
/
external
/
libffi
/
implicit-function-declaration.patch
blob
294a5eff64a393a10b65a54a8ce43c715f77b910
1
--- src/tramp.c
2
+++ src/tramp.c
3
@@ -55,6 +55,8 @@
4
#include <limits.h>
5
#endif
6
#endif
7
+
8
+int open_temp_exec_file (void);
9
10
/*
11
* Each architecture defines static code for a trampoline code table. The