Your message dated Sun, 09 Oct 2016 04:19:49 +0000
with message-id <[email protected]>
and subject line Bug#833085: fixed in eb 4.4.3-11
has caused the Debian Bug report #833085,
regarding libeb16: return value assigned to variable of wrong type
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
833085: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833085
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libeb16
Version: 4.4.3-10
Tags: patch
Severity: minor

[Resent since previous report hasn't appeared on BTS]
In the function zio_unzip_slice_sebxa() in zio.c, the signed return
value of calls to zio_read_raw() is assigned to an unsigned variable
of type size_t; as a result errors (signaled by rtn value -1) may go
undetected.

Patch attached.
--- a/eb/zio.c
+++ b/eb/zio.c
@@ -1827,7 +1827,7 @@ zio_unzip_slice_sebxa(Zio *zio, char *out_buffer)
 {
     char in_buffer[ZIO_SEBXA_SLICE_LENGTH];
     unsigned char *in_buffer_p;
-    size_t in_read_rest;
+    ssize_t in_read_rest;
     unsigned char *out_buffer_p;
     size_t out_length;
     int compression_flags[8];

--- End Message ---
--- Begin Message ---
Source: eb
Source-Version: 4.4.3-11

We believe that the bug you reported is fixed in the latest version of
eb, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tatsuya Kinoshita <[email protected]> (supplier of updated eb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 09 Oct 2016 10:50:42 +0900
Source: eb
Binary: libeb16 libeb16-dev eb-utils eb-doc
Architecture: source all amd64
Version: 4.4.3-11
Distribution: unstable
Urgency: medium
Maintainer: Tatsuya Kinoshita <[email protected]>
Changed-By: Tatsuya Kinoshita <[email protected]>
Description:
 eb-doc     - C library for accessing electronic books (documents)
 eb-utils   - C library for accessing electronic books (utilities)
 libeb16    - C library for accessing electronic books (runtime files)
 libeb16-dev - C library for accessing electronic books (development files)
Closes: 833085
Changes:
 eb (4.4.3-11) unstable; urgency=medium
 .
   * Update 010_debian.patch to 2016-10-09
     - Fix return value assigned to variable of wrong type (closes: #833085)
   * Typo fix for debian/changelog
Checksums-Sha1:
 ae504cdf020632b62d8c21ef630eee938187dd51 1975 eb_4.4.3-11.dsc
 0c701744f2d0ef826c17d4ffeed1c788228c2814 9360 eb_4.4.3-11.debian.tar.xz
 af1045bf627844672815fc4a356e287eeb590479 149248 eb-doc_4.4.3-11_all.deb
 0a119e65c335eb3e59b256e5831bfdd7445c7635 153112 
eb-utils-dbgsym_4.4.3-11_amd64.deb
 729baccd4824478e6ec484ccacf14041bf39b5d1 64610 eb-utils_4.4.3-11_amd64.deb
 17cdd310096e0627c03b28c90126b6c792bee9e6 185676 
libeb16-dbgsym_4.4.3-11_amd64.deb
 e65adc3b631f6621b2596e227eb646faa7d97dd1 124670 libeb16-dev_4.4.3-11_amd64.deb
 0d30268b9b037cefde7a9a3eb272a3437a9169a8 93596 libeb16_4.4.3-11_amd64.deb
Checksums-Sha256:
 c442954790467b81b64f21a5475afd605a5bb2b868f6ef6629525e48f649129c 1975 
eb_4.4.3-11.dsc
 45f6da9a2d5cedfc9e2dc9d7e962005949d8c4d21047d9d2430d6bd8e18cee3a 9360 
eb_4.4.3-11.debian.tar.xz
 c58ad00c83e23ce0f896fc7accebdffbf599dda72691935f7b2f2f87651557a9 149248 
eb-doc_4.4.3-11_all.deb
 1666afe582b1c3b0a53203453b5a5d88f16733ce2828f0e0084cad8b2b64bf3d 153112 
eb-utils-dbgsym_4.4.3-11_amd64.deb
 222d66c683fe237bebdd8e98ec65ac703bb3c88c77974f08287ddaf9d0a4bbd7 64610 
eb-utils_4.4.3-11_amd64.deb
 a4ae95423405c50d48e8ab0b033c0f086a4a662b77aa778e3efd49546709d118 185676 
libeb16-dbgsym_4.4.3-11_amd64.deb
 2fadc4e4180a5675d345d5edd90367903406bf9d831a1431480015207751bf83 124670 
libeb16-dev_4.4.3-11_amd64.deb
 1bcf2d700316c3e26a6f1fdf0b8d3997a4076454e2b88b556ea799cbe0bc053a 93596 
libeb16_4.4.3-11_amd64.deb
Files:
 1f0b46e8613ea5db91d3c6801c41e4c8 1975 libs optional eb_4.4.3-11.dsc
 3686ead97c8b118ca14a942542fcf390 9360 libs optional eb_4.4.3-11.debian.tar.xz
 d57e85db3ad7c1df5659438037211981 149248 doc optional eb-doc_4.4.3-11_all.deb
 59ddc9bef7c1f7632418fb07c683a0be 153112 debug extra 
eb-utils-dbgsym_4.4.3-11_amd64.deb
 86c6551cea9e98ff820db1c0986b535f 64610 utils optional 
eb-utils_4.4.3-11_amd64.deb
 228008ded2f88dc09c3140f8af9b5b62 185676 debug extra 
libeb16-dbgsym_4.4.3-11_amd64.deb
 1f8601ea6c5aef9993cbd71fafae91d3 124670 libdevel optional 
libeb16-dev_4.4.3-11_amd64.deb
 191cee45e6499e17f3b7f3f659738038 93596 libs optional libeb16_4.4.3-11_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJX+ablAAoJEOXvq5AIDqY89xsP/1ejh1DQDYwAK9gZ5Cm3sW2Y
QbM0ohqXNWRzLV5b/f6gwoLgbnidWhM28W0i2MuSG9hifKzUH1mb9VaO5KPaj7mo
z7kUseEQYGpK4vOhKqnKKOcQraJ8U79bTkEAhiQ4NtwadCS6Geldzbv9F/7uxKRK
+LppmSsqnTWnaNeZ+j/TJwCnQ2qLXNqn2ZQs1vobPI3FSZJiwsooIDYWY9juOXXN
6VO4ruVmExfKDX51yEd8u1UpLcgtBoTNBh50d9Bqn+M3waa2kGhAy4rXnxP3fMBv
lu3gwVexWE/V9z8aHnaeAoyYrYoeX1bOQvucz4P3E++BQ1sz+FQRd3InFdyL88eT
6HLUV21YJs7XbuAjZDwOiZUoz4rF69cddIk7xIc65+QvEf4yws5MXrgcV531D9Gw
AnRUf/aRDH7SfAbZD7sBZxk9XTQZH1eWS+l80MWFxiSfHH1gIvr4uPChLSCtUD/v
CHXC7pp+FzoCSlOEb/WbWxjui9IXgYTajjBLJ53ojgK9uMz5f9xGDwxuxFtU/HXd
6G7pdslIDx/wTXfAuIL/2B7pp6ytxFbIjDcfi0QRh0ryXvvNDaRoSS8SRrxsBn18
1vzeMQfL47/ChjgJe3k7jE5vnbPyH8eZFf5OCU+L3sloM/LMHpVU0RfYStFSi3NL
uhkSnYp+52Sf8SFM7V1E
=mQgg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to