After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 308448 - gconf sentinel markup patch
gconf sentinel markup patch
Status: RESOLVED FIXED
Product: GConf
Classification: Deprecated
Component: gconf
2.11.x
Other Linux
: Normal normal
: ---
Assigned To: GConf Maintainers
GConf Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-20 21:18 UTC by Marcus Meissner
Modified: 2005-06-21 07:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gconf2-sentinel.patch (1.48 KB, patch)
2005-06-20 21:18 UTC, Marcus Meissner
none Details | Review

Description Marcus Meissner 2005-06-20 21:18:04 UTC
this is a patcvh marking up NULL terminated va_list functions 
exported by gconf. 
 
this is useful, since 0 termination insteasd of NULL will cause 
problems on 64bit platforms.
Comment 1 Marcus Meissner 2005-06-20 21:18:47 UTC
Created attachment 48064 [details] [review]
gconf2-sentinel.patch

patch against 2.11.1 of gconf2
Comment 2 Mark McLoughlin 2005-06-21 07:04:35 UTC
Thanks

2005-06-21  Mark McLoughlin  <mark@skynet.ie>

        * configure.in: require glib 2.7.0

2005-06-21  Mark McLoughlin  <mark@skynet.ie>

        Patch from Marcus Meissner <meissner@suse.de> in
        bug #308448

        * gconf/gconf-changeset.h,
          gconf/gconf-client.h: use G_GNUC_NULL_TERMINATED for
        gconf_(client|engine)_change_set_from_current()