]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commit
Added missing casts, use strlen + MEMCPY instead of strcpy (as that might overrun...
authorgoldsimon <goldsimon>
Tue, 16 Mar 2010 15:14:14 +0000 (15:14 +0000)
committergoldsimon <goldsimon>
Tue, 16 Mar 2010 15:14:14 +0000 (15:14 +0000)
commita54bb7205d759ae0a5886e9c4fc9e83d1acf2c98
treeeebef59799bfcc9fec723479c019f7e1343ee108
parent7466474365c071d95dbea1fc21ad6eb4f1b88655
Added missing casts, use strlen + MEMCPY instead of strcpy (as that might overrun the buffer)
src/api/netdb.c
src/core/dns.c