Builder rrdtool_gcc-solaris10-i386 Build #69
Results:
Failed shell_2
SourceStamp:
Project | rrdtool |
Repository | https://github.com/oetiker/rrdtool-1.x.git |
Branch | 1.5 |
Revision | 5b4eac6c774027933d85400297f0f15a5c191dd4 |
Got Revision | 5b4eac6c774027933d85400297f0f15a5c191dd4 |
Changes | 2 changes |
BuildSlave:
unstable10xReason:
scheduler
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | 1.5 | Build |
builddir | /export/home/buildbot/slave/rrdtool_gcc-solaris10-i386 | slave |
buildername | rrdtool_gcc-solaris10-i386 | Builder |
buildnumber | 69 | Build |
codebase | Build | |
got_revision | 5b4eac6c774027933d85400297f0f15a5c191dd4 | Git |
project | rrdtool | Build |
repository | https://github.com/oetiker/rrdtool-1.x.git | Build |
revision | 5b4eac6c774027933d85400297f0f15a5c191dd4 | Build |
scheduler | schedule-rrdtool_gcc-solaris10-i386 | Scheduler |
slavename | unstable10x | BuildSlave |
workdir | /export/home/buildbot/slave/rrdtool_gcc-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Sebastian Schmidtyath@yath.de
- Tobias Oetikertobi@oetiker.ch
Timing:
Start | Tue Oct 20 10:50:56 2015 |
End | Tue Oct 20 10:54:41 2015 |
Elapsed | 3 mins, 45 secs |
All Changes:
:
Change #17560
Category rrdtool Changed by Sebastian Schmidt <yath @yath.de>Changed at Mon 19 Oct 2015 15:48:50 Repository https://github.com/oetiker/rrdtool-1.x.git Project rrdtool Branch 1.5 Revision 0c3e8dbd6a3be9736d87ac64cf82956c2a5fd62e Comments
Don't crash on invalid variable names in RPN When rpn_parse() finds [^\0,] after parsing a token, it returns NULL without setting an error. This causes rrd_test_error() to return false and subsequent code will dereference NULL (cf. rrdtool xport CDEF:foo=foo-bar). This commit changes the OP_VARIABLE branch in rpn_parse so that in order to be a variable name, sscanf needs to match the full name, causing a more meaningful "ERROR: don't understand 'illegal-variable-name'" error message in that case. Also, I made the return NULL branch set an error message so rrd_test_error() will succeed.
Changed files
- src/rrd_rpncalc.c
Change #17561
Category rrdtool Changed by Tobias Oetiker <tobi @oetiker.ch>Changed at Tue 20 Oct 2015 10:43:29 Repository https://github.com/oetiker/rrdtool-1.x.git Project rrdtool Branch 1.5 Revision 5b4eac6c774027933d85400297f0f15a5c191dd4 Comments
Merge pull request #677 from yath/1.5-rpnparse-null Don't crash on invalid variable names in RPN
Changed files
- no files