Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-06-27 Thread Jaak Ristioja
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patch for pointer dereference issue: https://gitorious.org/~jotik/sword-svn-mirrors/jotiks-sword-trunk/commit/1b8ab91ff994c8584d6c61cb7d334273732d8216 Patch for buffer overflow: https://gitorious.org/~jotik/sword-svn-mirrors/jotiks-sword-trunk/com

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-06-27 Thread Mark Trompell
I see. I'll try to come up with a better patch on Monday. I won't have time earlier. Blessings Mark --- Ursprüngl. Mitteilung --- Von: Jaak Ristioja Gesend.: 27.06.2013, 16:15 An: sword-devel@crosswire.org Betreff: Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831) -BEGIN PGP SI

Re: [sword-devel] JIRA reset password

2013-06-27 Thread yvand
Thank you very much for your quick and efficient answer :) yvand Le 27/06/2013 18:59, Chris Burrell a écrit : Found you - password has been communicated off-list. Cheers C On 27 June 2013 17:56, Chris Burrell > wrote: Hi Yvand What's your username? I can

Re: [sword-devel] JIRA reset password

2013-06-27 Thread Chris Burrell
Found you - password has been communicated off-list. Cheers C On 27 June 2013 17:56, Chris Burrell wrote: > Hi Yvand > > What's your username? I can probably reset your password for you. > Chris > > > > On 27 June 2013 17:30, yvand wrote: > >> Hi, >> >> I tried to access my account on JIRA bu

Re: [sword-devel] JIRA reset password

2013-06-27 Thread Chris Burrell
Hi Yvand What's your username? I can probably reset your password for you. Chris On 27 June 2013 17:30, yvand wrote: > Hi, > > I tried to access my account on JIRA but I forgot my password. > So I asked JIRA to reset it (twice, weeks ago and today) but I received no > mail from JIRA (even if

[sword-devel] JIRA reset password

2013-06-27 Thread yvand
Hi, I tried to access my account on JIRA but I forgot my password. So I asked JIRA to reset it (twice, weeks ago and today) but I received no mail from JIRA (even if in my spam box) although I saw the page : Reset password link sent successfully A reset password link has been sent to

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-06-27 Thread Jaak Ristioja
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I think you only fixed pBuf not being set to NULL prematurely. But this: memset(possibleName, 0, 400); doesn't help. The sprintf function always writes a terminating \0 character. The problem is not that a \0 character is not written, because it is

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-06-27 Thread Mark Trompell
Sending again with tabs instead of blancs in the first hunk On Thu, Jun 27, 2013 at 1:17 PM, Mark Trompell wrote: > I just fixed it :). > Attached patch will initialize possibleNames with 0 bytes to make sure > we always have the name 0 terminated properly. > and it will move the pBuf=pBufRes int

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-06-27 Thread Mark Trompell
I just fixed it :). Attached patch will initialize possibleNames with 0 bytes to make sure we always have the name 0 terminated properly. and it will move the pBuf=pBufRes into the check for ifBufRes != NULL, in case no filesize is found (because of another apache is displaying it differently) Shou

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-06-27 Thread Troy A. Griffitts
I believe the issue we had which didn't make this easy was that libz only handles the compression aspect of zip; it didn't offer facilities to deal with the internal directory and file structures. It is certainly on my list as an optimization option for a repository, but I hope to continue to su

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-06-27 Thread David Haslam
It would be even nicer if a few other front-ends could install .zip modules just like xulsword does for .xsm files. i.e. By drag&drop into the running app. Of course, some platforms don't support drag&drop, but as some do, it's worth thinking about. David

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-06-27 Thread Chris Little
On 6/26/2013 5:43 PM, Nic Carter wrote: Ok, noted. Thanks Jaak. FYI, I don't have SVN access either. I'd appreciate it if you did fork on git and made the changes there to be downloading the ZIP files directly. I know it's on Troy's todo list, but we all have issues with lack of time around her