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]
/
solenv
/
lockfile
/
README
blob
94a0182c224478aab327ecb72b7190cf919b590d
1
All files (except for the dummy maillock.h) were copied from liblockfile 1.17.
2
3
Just the max sleep time was adjusted in lockfile.c / lockfile_create_save_tmplock:
4
5
+ if (sleeptime > 60) sleeptime = 60;
6
- if (sleeptime > 5) sleeptime = 5;