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.


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to