473,396 Members | 2,036 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

security problems with execv


This is probably a FAQ but what are the security impications of using
execv and fork system calls?

Thanks,
Senthil.
Oct 29 '07 #1
4 1585
C.G.Senthilkumar. wrote:
>
This is probably a FAQ but what are the security impications of using
execv and fork system calls?
Ask in <news:comp.unix.programmer>

Oct 29 '07 #2
C.G.Senthilkumar. wrote:
>
This is probably a FAQ but what are the security impications of using
execv and fork system calls?
You are supposted to check the C FAQ before posting!

--
Tor <bw****@wvtqvm.vw | tr i-za-h a-z>

Oct 29 '07 #3
Tor Rustad <to****@online.nowrites:
C.G.Senthilkumar. wrote:
>>
This is probably a FAQ but what are the security impications of using
execv and fork system calls?

You are supposted to check the C FAQ before posting!
And you will reply saying that to each and every other post that asks
basic questions I suppose?

Oct 29 '07 #4
"C.G.Senthilkumar." wrote:
>
This is probably a FAQ but what are the security impications of
using execv and fork system calls?
There are no such calls in standard C. Try comp.unix.programmer.

--
Chuck F (cbfalconer at maineline dot net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net>

--
Posted via a free Usenet account from http://www.teranews.com

Oct 29 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Mike Vieths | last post by:
I'm running into a problem when I try to run commands with os.execv. It seems to be putting quotation marks around each element of the list passed as its second argument. This is fine for the...
3
by: M Herriott | last post by:
Hello to all - #1: I would have rather used an AND with the choice of newsgroups. I would like to talk to those who subscribe to comp.lang.c++ AND comp.unix.solaris - but I'm stuck with OR....
2
by: New | last post by:
How can I uses a pipe to get the output from a execv() and redirect it to a parent process? in ansi c if possible Thank-you
3
by: Douglas Dillon | last post by:
I am trying to use tiffcp to reconfigure tif files (if they are tiled) to nontiled so I can use existing code to handle them. However, I am having issues providing the arguments. The app is run...
0
by: crazydanwic | last post by:
//runScript.c pid= fork(); if(pid ==0) { error = execv("/usr/local/bin/php", "something.php", (char *)NULL); exit(0); } else { wait(pid); exit(0); }
3
by: martin paul | last post by:
Sir please consider the following.... I would like to copy contents from one file (mart1.c) to another file (mart2.c) using execv() function (using command line arguments)..... The command...
2
by: lgomez8801 | last post by:
lgomez8801 Newbie 1 Posts Today 07:37 PM #1 C language "execv" question --------------------------------------------------------------------------------
3
by: CMorgan | last post by:
Hi everybody, I am experiencing an annoying problem with fork() and execv(). In my program I need to launch the "pppd" from a thread, so, I create a new process with fork and then in the child...
1
by: dudeja.rajat | last post by:
Hi, I'm facing problem with the execv command: my command is : os.execv(' C:\Program Files\Subversion\bin\svn ', ( 'list', ' \" http://subversion.stv.abc.com/svn/Eng \" ' ) ) The error I'm...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.