From: nobuyoshi nakada Date: 2005-11-09T10:52:40+09:00 Subject: Re: crash of extension on rb_str_new2 Hi, At Tue, 8 Nov 2005 17:57:12 +0900, newbie wrote in [ruby-talk:164738]: > > Hi, all > I am integrating a 3rd party API with ruby extension. The code is > roughly like this > void my_function() > { > char p[256]; > ...//assign the value of p in the api Is it certainly terminated by '\0'? -- Nobu Nakada