pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: printing with firefox3?



Steven,

I think this patch does not address the real problem (and perhaps should not be 
applied).

Have you installed CUPS?

If so, could you try this patch for CUPS instead?

I think the '&' before data is extra, but I had to comment the entire line and 
then
printing worked without any problems.

Steven M. Bellovin wrote:
On Mon, 05 Jan 2009 11:23:57 +0200
Yorick Hardy <yorickhardy%gmail.com@localhost> wrote:

Is it perhaps the same problem I mentioned here?

  http://mail-index.netbsd.org/pkgsrc-users/2008/11/12/msg008611.html

Definitely much better -- thanks!


                --Steve Bellovin, http://www.cs.columbia.edu/~smb



--
Kind regards,

Yorick Hardy
--- cups/http.c.orig    2009-01-16 23:44:18.000000000 +0200
+++ cups/http.c 2009-01-16 23:44:38.000000000 +0200
@@ -1177,7 +1177,7 @@
   for (i = 0; i < sizeof(data); i ++)
     data[i] = rand(); /* Yes, this is a poor source of random data... */
 
-  RAND_seed(&data, sizeof(data));
+  /* RAND_seed(data, sizeof(data)); */
 #endif /* HAVE_LIBSSL */
 }
 


Home | Main Index | Thread Index | Old Index