Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > gets() function

gets() function
Thread Tools
Fresh-Faced Recruit
Join Date: Nov 2002
Status: Offline
Reply With Quote
Nov 13, 2002, 08:40 PM
 
I hate to keep asking you guys easy C questions, but I dont know where else to go.

Why is the gets() function considered unsafe. When ever i call it, compile and run the program, i always get a warning:

warning: this program uses gets(), which is unsafe.

Is there somthing wrong with this, am i doing somthing wrong? Or is there some way i can turn these warnings off?
     
Mac Elite
Join Date: Sep 2000
Location: Tempe, AZ
Status: Offline
Reply With Quote
Nov 13, 2002, 09:22 PM
 
'gets' doesn't do any size checking to make sure that the string you're reading will fit into the buffer you're trying to put it into. This has caused a whole class of security problems known as 'buffer overflows.'

You should use fgets instead. Do 'man gets' for more info.
Geekspiff - generating spiffdiddlee software since before you began paying attention.
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 06:20 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2