OFFTOPIC: core dumped with strcpy,atoi,sprintf.

From: "Ing(dot)Edmundo(dot)Robles(dot)Lopez" <erobles(at)sensacd(dot)com(dot)mx>
To: <pgsql-general(at)postgresql(dot)org>
Subject: OFFTOPIC: core dumped with strcpy,atoi,sprintf.
Date: 2012-09-14 16:14:56
Message-ID: 50535800.70409@sensacd.com.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi.
I hope you can help me. I have problems with some functions like
strcpy, atoi, etc and would like to know the correct list where I have
to ask this:

I have compiled a program under SCO Openserver, and run succesfully.
But when i compile the same program in Ubuntu 12.04, i got a core dump.

Debugging the program, found that the core is generated by atoi,
sprintf and similar functions; because that functions fails when
received a null pointer (NULL). But, if the functions received an
empty string ("") the program continues and run succesfully.

Yes, I should validate each input pointers. But, its odd that works in
SCO and not in Linux, and its odder that fails in functions like strcpy,
atoi, sprintf, etc.

I have a lot of programs that i should compile in boths operative
systems. And if you kown something that can help me, really, really i'd
appreciate. :-)

Regards.
El contenido de este correo electrónico y sus archivos adjuntos son privados y confidenciales y va dirigido exclusivamente a su destinatario. No se autoriza la utilización, retransmisión, diseminación, o cualquier otro uso de esta información por un receptor o entidades distintas al destinatario. Si recibe este correo sin ser el destinatario se le solicita eliminarlo y hacerlo del conocimiento del emisor. La empresa no se hace responsable de transmisiones o comunicaciones no autorizadas o emitidas por personas ajenas a sus colaboradores utilizando éste medio electrónico.

The content of this email and its attached files are private and confidential and intended exclusively for the use of the individual or entity to which they are addressed. The retransmission, dissemination, or any other use of this information other than by the intended recipient is prohibited. If you have received this email in error please delete it and notify the sender. The company cannot be held liable for unauthorized electronic transmissions or communications, nor for those emitted by non-company individuals and entities.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2012-09-14 16:37:34 Re: OFFTOPIC: core dumped with strcpy,atoi,sprintf.
Previous Message Tom Lane 2012-09-14 15:57:42 Re: Custom integer-like type