[Lsb-messages] /var/www/bzr/lsb/4.1/lsbspec r3821: add erratum for bug 3840

Mats Wichmann mats at linuxfoundation.org
Sat Aug 31 18:39:15 UTC 2013


------------------------------------------------------------
revno: 3821
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: lsbspec
timestamp: Sat 2013-08-31 12:39:15 -0600
message:
  add erratum for bug 3840
added:
  errata/errata_41/3840-desktop.txt
-------------- next part --------------
=== added file 'errata/errata_41/3840-desktop.txt'
--- a/errata/errata_41/3840-desktop.txt	1970-01-01 00:00:00 +0000
+++ b/errata/errata_41/3840-desktop.txt	2013-08-31 18:39:15 +0000
@@ -0,0 +1,40 @@
+Specification: LSB Desktop generic
+Edition of Specification: 4.1
+Type: Error
+Status: Unapproved
+Bug reference: http://bugs.linuxbase.org/show_bug.cgi?id=3840
+
+Rationale: two structure members are incorrectly declared as
+pointers rather than pointer-to-array.
+
+
+In LSB Desktop generic:
+
+In 9.2. Data Definitions for libjpeg
+9.2.2. jpeglib.h
+
+In struct jpeg_decompress_struct
+
+Change:
+
+    int *coef_bits;
+
+To:
+
+    int *(coef_bits)[64];
+
+
+
+In 16.28. Data Definitions for libgtk-x11-2.0
+16.28.1. gtk-2.0/gtk/gtk.h
+
+In typedef struct _GtkCurve,
+
+Change:
+
+    gfloat *ctlpoint;
+
+To:
+
+    gfloat *(ctlpoint)[2];
+



More information about the lsb-messages mailing list