Displaying 4 results from an estimated 4 matches for "butzon".
Did you mean:
button
2007 Oct 17
2
[patch] ssh.c load_public_identity_files calls getpwuid twice without copy
...= NULL)
fatal("load_public_identity_files: getpwuid failed");
+ pw = pwcopy(pw);
if (gethostname(thishost, sizeof(thishost)) == -1)
fatal("load_public_identity_files: gethostname: %s",
strerror(errno));
--
Toby Butzon
2007 Oct 20
5
[Bug 1377] New: getpwuid called twice without pwcopy (percent_expand: NULL replacement)
...Unclassified
Product: Portable OpenSSH
Version: 4.4p1
Platform: ix86
OS/Version: Mac OS X
Status: NEW
Severity: major
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: toby at butzon.com
Created an attachment (id=1364)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1364)
patch for ssh.c
The symptom is:
$ ssh foo
percent_expand: NULL replacement
Just need to pwcopy the last getpwuid result; percent_expand calls
getpwuid, too, so not doing so destroys the old pwcopy...
2006 Sep 29
5
ObjectPreviouslyDeleted when trying to paint
...View/mainframe.rb:78:in `paint''
from ./View/mainframe.rb:78:in `on_paint''
from ./View/mainframe.rb:29:in `initialize''
...
Anyone have an idea of what might be going on? Is there a "better" way
to trigger the redraw?
Thanks in advance,
--
Toby Butzon
2006 Sep 27
11
Installation success, execution failed
Hello, after I wasn''t able to install wxruby via gem (404) I
downloaded the file from rubyforge and installed it on my intel mac.
No failure the so I tried to start the minimal.rb with ruby -r/r?/
ubegems <path>...
This didn''t work so I tried to do it in irb but the same error occured:
irb(main):001:0> require ''rubygems''
=> true