Re: [pdf-devel] From where I should start..

2010-01-28 Thread jemarch
Where should I ask for account? Actually to whom? I will create the account for you if you choose a task to work on. -- Jose E. Marchesi http://www.jemarch.net GNU Project http://www.gnu.org

Re: [pdf-devel] FS#103: Possible memory overflow in the bignums implementation

2010-01-28 Thread jemarch
> If there isn't destination because it's NULL, why you store on it the > result? This line shouldn't be in the else clause? >>} while(0) > > I hope that help you. > Yeah, that's a clear bug which would cause a segfault. Fixed in the trunk. Thanks for the report. -- J

[pdf-devel] Assertions and DEBUG/NDEBUG

2010-01-28 Thread Jeffrey Walton
Hi All, Does the group have a preference on using assertions? I found one thread in the archives that touched on their use, but nothing in the style guide. Jeff

Re: [pdf-devel] FS#103: Possible memory overflow in the bignums implementation

2010-01-28 Thread Aleksander Morgado
> In "pdf-types.h" I see at least one error (if you test before calling > "pdf_i64_div" that divisor isn't 0, like in "pdf_i64_mod"): >> #define pdf_i64_div(dest, dividend, divisor, p_status) \ >> do \ >>{