Re: [cdesktopenv-devel] [PATCH] dtaction: Fix unsafe use of sprintf

2012-08-08 Thread Jon Trulson
On Wed, 8 Aug 2012, Robert Tomsick wrote: > I believe this fixes vulnerability #3 from CERT CA-1999-11.[1] The other > uses of sprintf in DtAction seem to be safe. Applied thanks. -- Jon Trulson "If the Martian rope-a-dope don't get him, he'll get himself, he'll come in too fast and punch

[cdesktopenv-devel] [PATCH] dtaction: Fix unsafe use of sprintf

2012-08-08 Thread Robert Tomsick
I believe this fixes vulnerability #3 from CERT CA-1999-11.[1] The other uses of sprintf in DtAction seem to be safe. -Rob [1] https://www.cert.org/advisories/CA-1999-11.html Signed-off-by: Robert Tomsick --- cde/programs/dtaction/Main.c |2 +- 1 file changed, 1 insertion(+), 1 deletio