Bug#928472: pdftohtml uses the wrong data for the sequence number.

2020-02-26 Thread David Garfield
My patch against poppler (0.71.0-6) unstable reads: $ diff poppler-0.71.0{,-mod}/goo --recursive --unif=8 diff --recursive '--unif=8' poppler-0.71.0/goo/GooString.cc poppler-0.71.0-mod/goo/GooString.cc --- poppler-0.71.0/goo/GooString.cc 2018-10-31 17:13:17.0 -0400 +++ poppler-0.71.0-

Bug#900442: other source of error

2018-06-19 Thread David Garfield
I've had the same error happen ("generic_make_request: Trying to write to read-only block-device "...) when running os-prober through grub on my basically "wheezy" system. I removed os-prober, to stop having to do a 12 hour resync of the raid5 array every time I updated the kernel.

Bug#764442: apt: String overrun in RSHConn::WriteMsg() (transports rsh: and ssh:)

2014-10-07 Thread David Garfield
Package: apt Version: 1.0.9.2 Severity: normal Dear Maintainer, In examining the sources in method/rsh.cc I ran across the function RSHConn::WriteMsg() The first thing it does is make a buffer of 512 bytes, put up to 508 bytes of data in it (the vsnprintf call), and then add at least 14 mor