summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
JinWang An [Mon, 5 Apr 2021 06:29:20 +0000 (15:29 +0900)]
[CVE-2016-9840] Remove offset pointer optimization in inftrees.c.
inftrees.c was subtracting an offset from a pointer to an array,
in order to provide a pointer that allowed indexing starting at
the offset. This is not compliant with the C standard, for which
the behavior of a pointer decremented before its allocated memory
is undefined. Per the recommendation of a security audit of the
zlib code by Trail of Bits and TrustInSoft, in support of the
Mozilla Foundation, this tiny optimization was removed, in order
to avoid the possibility of undefined behavior.
Change-Id: I78ef752ab8ab47fcd96fbfa99744bafd55fa4e4e
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
JinWang An [Mon, 5 Apr 2021 05:21:24 +0000 (14:21 +0900)]
[CVE-2016-9841] Use post-increment only in inffast.c.
An old inffast.c optimization turns out to not be optimal anymore
with modern compilers, and furthermore was not compliant with the
C standard, for which decrementing a pointer before its allocated
memory is undefined. Per the recommendation of a security audit of
the zlib code by Trail of Bits and TrustInSoft, in support of the
Mozilla Foundation, this "optimization" was removed, in order to
avoid the possibility of undefined behavior.
Change-Id: I67a6b30ca182d5286adcfa5ab7395eed6679ae01
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
MyoungJune Park [Fri, 28 Jul 2017 08:07:06 +0000 (17:07 +0900)]
fix .spec
Change-Id: I8b77eb82e9a85f35f66645ab87b430c91bdf8873
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
Philippe Coval [Tue, 16 Feb 2016 10:42:49 +0000 (11:42 +0100)]
packaging: define license macro if undefined
This was useful for Tizen:2.3
Change-Id: Ia0d6ff2834c0c98c4427ad5855ebc0f451434599
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Philippe Coval [Tue, 16 Feb 2016 10:19:04 +0000 (11:19 +0100)]
packaging: depend on the same release
Change-Id: I8349dae82eb78541aae3a7a6590267fc8f1b22ee
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Nicolas Guyomard [Mon, 10 Nov 2014 12:55:39 +0000 (13:55 +0100)]
Update to 8.6.1
Change-Id: I3f5070eaa6445a1ffc8718abc8e1b49d90d0253e
Signed-off-by: Nicolas Guyomard <nicolas.guyomard@open.eurogiciel.org>
Anas Nashif [Tue, 13 Aug 2013 12:57:08 +0000 (08:57 -0400)]
update to 8.6.0
Also fixed license and groups.
Change-Id: Iedc7b403fd1c6a61887d898a9eba8ab3ffee5789
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Alexandru Cornea [Sat, 29 Jun 2013 02:08:20 +0000 (05:08 +0300)]
resetting manifest requested domain to floor
Anas Nashif [Wed, 7 Nov 2012 00:24:32 +0000 (16:24 -0800)]
add packaging
Anas Nashif [Wed, 7 Nov 2012 00:24:19 +0000 (16:24 -0800)]
add packaging
Anas Nashif [Wed, 7 Nov 2012 00:23:17 +0000 (16:23 -0800)]
path fix
Anas Nashif [Wed, 7 Nov 2012 00:22:17 +0000 (16:22 -0800)]
packaging: Initial Packaging
Change-Id: Ib30129c9115f4136bcd10bc191630ba2d0f3699a
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Nicolas Guyomard [Mon, 10 Nov 2014 12:27:47 +0000 (13:27 +0100)]
Imported Upstream version 8.6.1
Anas Nashif [Tue, 13 Aug 2013 12:49:33 +0000 (08:49 -0400)]
Imported Upstream version 8.6.0
Anas Nashif [Wed, 7 Nov 2012 00:22:15 +0000 (16:22 -0800)]
Imported Upstream version 8.5.11