buildbot success in ASF Buildbot on openoffice-linux64-nightly

2015-12-18 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux64-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux64-nightly/builds/175

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-nightly' 
triggered this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on openoffice-fbsd-nightly

2015-12-18 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-fbsd-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-fbsd-nightly/builds/166

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-fbsd2_64bit

Build Reason: The Nightly scheduler named 'openoffice-fbsd-nightly' triggered 
this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on openoffice-linux64-rat

2015-12-18 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux64-rat 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux64-rat/builds/164

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-rat' triggered 
this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





svn commit: r1720862 - in /openoffice/trunk/main: rsc/source/rscpp/cpp1.c sal/osl/unx/profile.c

2015-12-18 Thread pfg
Author: pfg
Date: Sat Dec 19 00:00:28 2015
New Revision: 1720862

URL: http://svn.apache.org/viewvc?rev=1720862=rev
Log:
Remember to NULL terminate when using strncpy.

All systems should have strlcpy.

Modified:
openoffice/trunk/main/rsc/source/rscpp/cpp1.c
openoffice/trunk/main/sal/osl/unx/profile.c

Modified: openoffice/trunk/main/rsc/source/rscpp/cpp1.c
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/rsc/source/rscpp/cpp1.c?rev=1720862=1720861=1720862=diff
==
--- openoffice/trunk/main/rsc/source/rscpp/cpp1.c (original)
+++ openoffice/trunk/main/rsc/source/rscpp/cpp1.c Sat Dec 19 00:00:28 2015
@@ -329,7 +329,8 @@ nRunde++;
 cerror("Can't open input file \"%s\"", useargv[1]);
 exit(IO_ERROR);
 }
-strncpy(work, useargv[1], sizeof(work));  /* Remember input 
filename  */
+strncpy(work, useargv[1], NWORK+1);  /* Remember input 
filename  */
+work[NWORK] = '\0';
 break;
 }   /* Else, just get stdin */
 case 0: /* No args? */

Modified: openoffice/trunk/main/sal/osl/unx/profile.c
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/osl/unx/profile.c?rev=1720862=1720861=1720862=diff
==
--- openoffice/trunk/main/sal/osl/unx/profile.c (original)
+++ openoffice/trunk/main/sal/osl/unx/profile.c Sat Dec 19 00:00:28 2015
@@ -2065,6 +2065,7 @@ static sal_Bool osl_ProfileSwapProfileNa
osl_ProfileGenerateExtension(pProfile->m_FileName,"bak",pszBakFile);
 
 strncpy(pszIniFile,pProfile->m_FileName,PATH_MAX);
+pszIniFile[PATH_MAX-1] = '\0';
 
 osl_ProfileGenerateExtension(pProfile->m_FileName,"tmp",pszTmpFile);
 




buildbot success in ASF Buildbot on openoffice-linux64-rat-aoo410

2015-12-18 Thread buildbot
The Buildbot has detected a passing build on builder 
openoffice-linux64-rat-aoo410 while building ASF Buildbot. Full details are 
available at:
http://ci.apache.org/builders/openoffice-linux64-rat-aoo410/builds/160

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-rat-aoo410' 
triggered this build
Build Source Stamp: [branch openoffice/branches/AOO410] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot failure in ASF Buildbot on aoo-win7

2015-12-18 Thread buildbot
The Buildbot has detected a failed build on builder aoo-win7 while building ASF 
Buildbot. Full details are available at:
http://ci.apache.org/builders/aoo-win7/builds/115

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-win7

Build Reason: The Nightly scheduler named 'aoo-win7-nightly' triggered this 
build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

BUILD FAILED: failed svn info build.pl --all

Sincerely,
 -The Buildbot