Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder ggettext-solaris10-sparc Build #1065

Results:

Failed

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revision62760d707d66f75601f78afba0f67872b8d59155
Changes1 change

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ggettext-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git updating ( 2 mins, 45 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ggettext-solaris10-sparc slave
buildername ggettext-solaris10-sparc Builder
buildnumber 1065 Build
codebase Build
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision 62760d707d66f75601f78afba0f67872b8d59155 Build
scheduler schedule-ggettext-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ggettext-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bruno Haible

Timing:

StartWed Jul 29 23:24:03 2026
EndWed Jul 29 23:26:49 2026
Elapsed2 mins, 45 secs

All Changes:

:

  1. Change #276496

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Thu 30 Jul 2026 00:58:22
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 62760d707d66f75601f78afba0f67872b8d59155

    Comments

    libxml: Fix an ISO C undefined behaviour.
    ISO C 23 ยง 6.5.7.(10) has requirements for pointer subtraction.
    
    Found by use of Fil-C.
    
    * gnulib-local/lib/libxml/parser.c (xmlParseStartTag2): Avoid invalid pointer
    subtraction.

    Changed files

    • gnulib-local/lib/libxml/parser.c