On Thu, May 26, 2022 at 05:34:02AM +, Debian testing autoremoval watch
wrote:
> passwdqc 2.0.2-1 is marked for autoremoval from testing on 2022-06-30
>
> It (build-)depends on packages with these RC bugs:
> 1011146: nvidia-graphics-drivers-tesla-470: CVE-2022-28181, CVE-2022-28183,
> CVE-202
More examples:
$ dash -c 'echo ///'
///
$ dash -c 'echo "///"'
//
$ dash -c "echo '///'"
//
$ dash -c 'echo '
$ dash -c 'echo ""'
//
$ dash -c "echo ''"
//
$ dash -c 'echo '
$ dash -c 'echo "/
retitle 976685 dash regression in handling of ///
thanks
Hi,
The bug is not specific to -x option, it's just a handy method to see
what's going on. The same happens without -x, e.g.
bash$ dash -c 'echo /// "///"'
/// //
The bug was discovered by strace test suite.
Hi,
On Mon, Jul 24, 2017 at 10:26:40PM +0100, Conrad Hughes wrote:
[...]
> Origin: ,
> Bug:
> Bug-Debian: https://bugs.debian.org/
> Bug-Ubuntu: https://launchpad.net/bugs/
> Forwarded:
> Reviewed-By:
> Last-Update: 2017-07-24
>
> --- libutempter-1.1.6.orig/utempter.c
> +++ libutempter-1.1.6/
Control: tags -1 +fixed-upstream
A ptrace API extension called PTRACE_SEIZE has been implemented to fix this
issue.
It's available in strace since version 4.8.
Control: tags -1 +upstream
A ptrace API extension called PTRACE_GET_SYSCALL_INFO has been implemented to
fix this longstanding issue.
Both strace >= 4.26 and linux kernel >= 5.3 are required to make the fix
available.
--
ldv
Control: tags -1 +upstream
Starting with version 4.23, strace implements -X option that specifies
format for printing named constants and flags.
Control: tags -1 +upstream
strace implements -D option (run tracer process as a detached grandchild),
it's documented since strace 4.6.
Control: tags -1 +upstream
The -z option is properly implemented since strace 5.2.
Control: tags -1 +upstream
Fixed upstream by commit v5.3-13-gf51a9396b.
Hi Steve,
On Thu, Jun 15, 2017 at 10:01:55PM -0700, Steve Langasek wrote:
> Package: strace
> Version: 4.15-2
> Severity: normal
> Tags: patch
> User: ubuntu-de...@lists.ubuntu.com
> Usertags: origin-ubuntu artful ubuntu-patch
>
> Hi Steve,
>
> As you're probably aware, unaligned access on ARM i
Hi Adam,
On Sat, Jun 17, 2017 at 11:31:12AM -0600, Adam Conrad wrote:
> Package: strace
> Version: 4.15-2
> Severity: important
> Tags: patch
> User: ubuntu-de...@lists.ubuntu.com
> Usertags: origin-ubuntu artful ubuntu-patch
>
> In Ubuntu, the attached patch was applied to achieve the following:
Hi,
On Thu, Jul 10, 2014 at 03:02:40PM +0100, Steve McIntyre wrote:
> Hi folks,
>
> I've just pushed an NMU of strace into the DELAYED/2 upload
> queue. I've been waiting on the arm64 support (#749956) to head into
> unstable for ages (since I added it upstream!), and I don't see a
> reason to ho
On Mon, May 02, 2011 at 07:20:15PM +, Jim Meyering wrote:
> Update of bug #33198 (project grep):
>
> Open/Closed:Open => Closed
>
> ___
>
> Follow-up Comment #1:
>
> Thanks for the repo
Hi,
On Fri, Jul 16, 2010 at 07:12:03PM +0200, Piotr Lewandowski wrote:
> Package: strace
> Version: 4.5.20-2
> Severity: minor
> Tags: patch
>
> Please consider applying attached patch. Currently manpage can mislead
> readers that 'file', 'process', 'network', 'signal', 'ipc', 'desc' are
> some k
tags 450953 + fixed-upstream
thanks
Hi,
On Mon, Nov 12, 2007 at 04:35:11PM +, Samuel Thibault wrote:
> Package: strace
> Version: 4.5.14-2
> Severity: normal
>
> Hi,
>
> strace currently lacks support for the HDIO_* ioctls, as listed in
> /usr/include/linux/hdreg.h. These are for instance u
On Mon, May 03, 2010 at 02:38:49PM +0200, Michal Suchanek
wrote:
> Package: strace
> Version: 4.5.20-1
> Followup-For: Bug #556199
>
> Actually killing strace suffices for me to restore X to working
> condition.
>
> It looks like the Iceweasel, strace, strace's Xterm and the X server
> enter a
On Sat, Nov 07, 2009 at 06:19:04AM -0600, Drake Wilson wrote:
>
> When displaying a sockaddr_in6 structure passed to a system call, all
> the components of the structure have field labels except sin6_addr.
> This is inconsistent with the rest of the structure displays, and
> particularly is incons
On Sun, Oct 18, 2009 at 01:05:18AM +0400, Samium Gromoff wrote:
>
> Providing a -v option to strace doesn't affect argument string
> abbreviation.
>
> The -s option, though, behaves correctly in this respect.
This behavior is intended, -s and -v are orthogonal options.
If you think that the man
On Tue, Nov 06, 2007 at 04:45:57PM +0100, Johan Walles wrote:
> 2007/11/1, Roland McGrath :
> > -T requests timing information in the line printed for each call made.
> > -c requests that those lines never be printed, so -T does not mean anything
> > with -c. The times printed by -T are real (wall
Hi,
I believe the bug reported here is the strings decoder heap corruption bug
that was introduced in strace-4.5.17 and have been fixed in strace-4.5.19.
--
ldv
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...
2007-09-22 Alan Curry <[EMAIL PROTECTED]>
Dmitry V. Levin <[EMAIL PROTECTED]>
* stream.c (decode_poll): Rearrange so that arguments are decoded
and printed on syscall entry, except for revents and the output
timespec which are now printed i
2007-09-22 Dmitry V. Levin <[EMAIL PROTECTED]>
* defs.h (print_timespec, sprint_timespec): New functions.
* desc.c (sys_io_getevents): Use print_timespec.
* stream.c (decode_poll): Use sprint_timespec.
(sys_ppoll): Use print_timespec.
*
2007-09-22 Dmitry V. Levin <[EMAIL PROTECTED]>
* defs.h (sprintflags): New function.
* desc.c (sprintflags): Remove static qualifier, add "prefix"
argument, move function to ...
* util.c (sprintflags): ... here.
--- a/strace/defs.h
+++ b/strace/
Hi,
Sorry for the long delay,
On Thu, Aug 30, 2007 at 07:42:51PM -0400, Alan Curry wrote:
[...]
> 2007-08-30 Alan Curry <[EMAIL PROTECTED]>
>
> * stream.c (sprintflags): New function.
> (decode_poll): Rearrange so that arguments are decoded and printed on
> syscall entry
26 matches
Mail list logo